MCPcopy Create free account
hub / github.com/Tencent/UnLua / socket_close

Function socket_close

Plugins/UnLuaExtensions/LuaSocket/Source/src/usocket.cpp:90–92  ·  view source on GitHub ↗

-------------------------------------------------------------------------*\ * Close module \*-------------------------------------------------------------------------*/

Source from the content-addressed store, hash-verified

88* Close module
89\*-------------------------------------------------------------------------*/
90int socket_close(void) {
91 return 1;
92}
93
94/*-------------------------------------------------------------------------*\
95* Close and inutilize socket

Callers 1

global_unloadFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected