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

Function loadInteger

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

Source from the content-addressed store, hash-verified

98
99
100static lua_Integer loadInteger (LoadState *S) {
101 lua_Integer x;
102 loadVar(S, x);
103 return x;
104}
105
106
107/*

Callers 2

loadConstantsFunction · 0.70
checkHeaderFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected