Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snapchat/KeyDB
/ luaopen_base
Function
luaopen_base
deps/lua/src/lbaselib.c:648–652 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
646
647
648
LUALIB_API int luaopen_base (lua_State *L) {
649
base_open(L);
650
luaL_register(L, LUA_COLIBNAME, co_funcs);
651
return 2;
652
}
653
Callers
nothing calls this directly
Calls
1
base_open
Function · 0.85
Tested by
no test coverage detected