Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Cubitect/cubiomes-viewer
/ luaopen_debug
Function
luaopen_debug
lua/src/ldblib.c:479–482 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
477
478
479
LUAMOD_API int luaopen_debug (lua_State *L) {
480
luaL_newlib(L, dblib);
481
return 1;
482
}
483
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected