MCPcopy Create free account
hub / github.com/Snapchat/KeyDB / LoadInt

Function LoadInt

deps/lua/src/lundump.c:61–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59}
60
61static int LoadInt(LoadState* S)
62{
63 int x;
64 LoadVar(S,x);
65 IF (x<0, "bad integer");
66 return x;
67}
68
69static lua_Number LoadNumber(LoadState* S)
70{

Callers 4

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

Calls

no outgoing calls

Tested by

no test coverage detected