Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ lua_gethookcount
Function
lua_gethookcount
app/redis-6.2.6/deps/lua/src/ldebug.c:79–81 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
77
78
79
LUA_API int lua_gethookcount (lua_State *L) {
80
return L->basehookcount;
81
}
82
83
84
LUA_API int lua_getstack (lua_State *L, int level, lua_Debug *ar) {
Callers
1
db_gethook
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected