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/tcp.cpp:413–415 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
411
}
412
413
static int global_create(lua_State *L) {
414
return tcp_create(L, AF_UNSPEC);
415
}
416
417
static int global_create4(lua_State *L) {
418
return tcp_create(L, AF_INET);
Callers
nothing calls this directly
Calls
1
tcp_create
Function · 0.85
Tested by
no test coverage detected