Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ArduPilot/ardupilot
/ code_loadbool
Function
code_loadbool
libraries/AP_Scripting/lua/src/lcode.c:656–659 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
654
655
656
static int code_loadbool (FuncState *fs, int A, int b, int jump) {
657
luaK_getlabel(fs); /* those instructions may be jump targets */
658
return luaK_codeABC(fs, OP_LOADBOOL, A, b, jump);
659
}
660
661
662
/*
Callers
1
exp2reg
Function · 0.85
Calls
2
luaK_getlabel
Function · 0.85
luaK_codeABC
Function · 0.85
Tested by
no test coverage detected