MCPcopy Create free account
hub / github.com/Achain-Dev/Achain / LoadNumber

Function LoadNumber

src/Chain/libraries/glua/lundump.cpp:79–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77
78
79static lua_Number LoadNumber(LoadState *S) {
80 lua_Number x;
81 LoadVar(S, x);
82 return x;
83}
84
85
86static lua_Integer LoadInteger(LoadState *S) {

Callers 2

LoadConstantsFunction · 0.85
checkHeaderFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected