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

Function LoadInt

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

Source from the content-addressed store, hash-verified

72
73
74static int LoadInt (LoadState *S) {
75 int x;
76 LoadVar(S, x);
77 return x;
78}
79
80
81static lua_Number LoadNumber (LoadState *S) {

Callers 6

LoadCodeFunction · 0.85
LoadConstantsFunction · 0.85
LoadProtosFunction · 0.85
LoadUpvaluesFunction · 0.85
LoadDebugFunction · 0.85
LoadFunctionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected