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

Function LoadInteger

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

Source from the content-addressed store, hash-verified

84
85
86static lua_Integer LoadInteger(LoadState *S) {
87 lua_Integer x;
88 LoadVar(S, x);
89 return x;
90}
91
92
93static TString *LoadString(LoadState *S) {

Callers 2

LoadConstantsFunction · 0.85
checkHeaderFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected