MCPcopy Create free account
hub / github.com/EmmyLua/EmmyLuaDebugger / LoadInt

Function LoadInt

third-party/lua-5.2.4/src/lundump.c:57–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55}
56
57static int LoadInt(LoadState* S)
58{
59 int x;
60 LoadVar(S,x);
61 if (x<0) error(S,"corrupted");
62 return x;
63}
64
65static lua_Number LoadNumber(LoadState* S)
66{

Callers 5

LoadCodeFunction · 0.70
LoadConstantsFunction · 0.70
LoadUpvaluesFunction · 0.70
LoadDebugFunction · 0.70
LoadFunctionFunction · 0.70

Calls 1

errorFunction · 0.70

Tested by

no test coverage detected