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

Function LoadInt

third-party/lua-5.3.5/src/lundump.c:67–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65
66
67static int LoadInt (LoadState *S) {
68 int x;
69 LoadVar(S, x);
70 return x;
71}
72
73
74static lua_Number LoadNumber (LoadState *S) {

Callers 6

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

Calls

no outgoing calls

Tested by

no test coverage detected