MCPcopy Create free account
hub / github.com/F-Stack/f-stack / lua_gethook

Function lua_gethook

app/redis-6.2.6/deps/lua/src/ldebug.c:69–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67
68
69LUA_API lua_Hook lua_gethook (lua_State *L) {
70 return L->hook;
71}
72
73
74LUA_API int lua_gethookmask (lua_State *L) {

Callers 1

db_gethookFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected