class

Cosmo::Intrinsic::SocketLib::Server::Connection::Receive

Inherits Cosmo::Intrinsic::SocketLib::Server::ContextFunctionBase / Cosmo::Intrinsic::IFunction / Cosmo::Callable / Reference / Object

Instance methods

arity

The amount of parameters this function will accept

Source
call(args : Array(ValueType)) : String | Nil

Executes the function body, passing in args

Source