MCPcopy Create free account
hub / github.com/ArduPilot/ardupilot / luaopen_debug

Function luaopen_debug

libraries/AP_Scripting/lua/src/ldblib.c:452–455  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

450
451
452LUAMOD_API int luaopen_debug (lua_State *L) {
453 luaL_newlib(L, dblib);
454 return 1;
455}
456

Callers 1

create_sandboxMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected