Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PlutoLang/Pluto
/ luaopen_debug
Function
luaopen_debug
src/ldblib.cpp:473–476 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
471
472
473
LUAMOD_API int luaopen_debug (lua_State *L) {
474
luaL_newlib(L, dblib);
475
return 1;
476
}
477
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected