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

Function loadInt

third-party/lua-5.4.6/src/lundump.c:88–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86
87
88static int loadInt (LoadState *S) {
89 return cast_int(loadUnsigned(S, INT_MAX));
90}
91
92
93static 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 1

loadUnsignedFunction · 0.85

Tested by

no test coverage detected