Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tencent/UnLua
/ global_create4
Function
global_create4
Plugins/UnLuaExtensions/LuaSocket/Source/src/tcp.cpp:417–419 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
415
}
416
417
static int global_create4(lua_State *L) {
418
return tcp_create(L, AF_INET);
419
}
420
421
static int global_create6(lua_State *L) {
422
return tcp_create(L, AF_INET6);
Callers
nothing calls this directly
Calls
1
tcp_create
Function · 0.85
Tested by
no test coverage detected