Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RomanKubiak/ctrlr
/ lua_gethookcount
Function
lua_gethookcount
Source/Misc/lua/src/lua.c:4587–4589 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
4585
4586
4587
LUA_API int lua_gethookcount (lua_State *L) {
4588
return L->basehookcount;
4589
}
4590
4591
4592
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