Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ArduPilot/ardupilot
/ lua_gethook
Function
lua_gethook
libraries/AP_Scripting/lua/src/ldebug.c:96–98 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
94
95
96
LUA_API lua_Hook lua_gethook (lua_State *L) {
97
return L->hook;
98
}
99
100
101
LUA_API int lua_gethookmask (lua_State *L) {
Callers
1
db_gethook
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected