MCPcopy Create free account
hub / github.com/RomanKubiak/ctrlr / LoadInt

Function LoadInt

Source/Misc/lua/src/lua.c:9964–9970  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9962}
9963
9964static int LoadInt(LoadState* S)
9965{
9966int x;
9967LoadVar(S,x);
9968IF (x<0, "bad integer");
9969return x;
9970}
9971
9972static lua_Number LoadNumber(LoadState* S)
9973{

Callers 4

LoadCodeFunction · 0.85
LoadConstantsFunction · 0.85
LoadDebugFunction · 0.85
LoadFunctionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected