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

Function global_create

Plugins/UnLuaExtensions/LuaSocket/Source/src/udp.cpp:482–484  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

480}
481
482static int global_create(lua_State *L) {
483 return udp_create(L, AF_UNSPEC);
484}
485
486static int global_create4(lua_State *L) {
487 return udp_create(L, AF_INET);

Callers

nothing calls this directly

Calls 1

udp_createFunction · 0.85

Tested by

no test coverage detected