Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Cubitect/cubiomes-viewer
/ lua_gethookcount
Function
lua_gethookcount
lua/src/ldebug.c:155–157 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
153
154
155
LUA_API int lua_gethookcount (lua_State *L) {
156
return L->basehookcount;
157
}
158
159
160
LUA_API int lua_getstack (lua_State *L, int level, lua_Debug *ar) {
Callers
1
db_gethook
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected