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

Function LoadInteger

libraries/AP_Scripting/lua/src/lundump.c:88–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86
87
88static lua_Integer LoadInteger (LoadState *S) {
89 lua_Integer x;
90 LoadVar(S, x);
91 return x;
92}
93
94
95static TString *LoadString (LoadState *S) {

Callers 2

LoadConstantsFunction · 0.85
checkHeaderFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected