MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / loadInteger

Function loadInteger

extlibs/lua/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.85
checkHeaderFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected