Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
482
static int global_create(lua_State *L) {
483
return udp_create(L, AF_UNSPEC);
484
}
485
486
static int global_create4(lua_State *L) {
487
return udp_create(L, AF_INET);
Callers
nothing calls this directly
Calls
1
udp_create
Function · 0.85
Tested by
no test coverage detected