MCPcopy Create free account
hub / github.com/Tencent/sluaunreal / lua_gethookcount

Function lua_gethookcount

Plugins/slua_unreal/External/lua/ldebug.cpp:103–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101
102
103LUA_API int lua_gethookcount (lua_State *L) {
104 return L->basehookcount;
105}
106
107
108LUA_API int lua_getstack (lua_State *L, int level, lua_Debug *ar) {

Callers 1

db_gethookFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected