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

Function loadNumber

extlibs/lua/src/lundump.c:93–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91
92
93static lua_Number loadNumber (LoadState *S) {
94 lua_Number x;
95 loadVar(S, x);
96 return x;
97}
98
99
100static lua_Integer loadInteger (LoadState *S) {

Callers 2

loadConstantsFunction · 0.85
checkHeaderFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected