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

Function LoadInt

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

Source from the content-addressed store, hash-verified

70
71
72static int LoadInt(LoadState *S) {
73 int x;
74 LoadVar(S, x);
75 return x;
76}
77
78
79static lua_Number LoadNumber(LoadState *S) {

Callers 6

LoadCodeFunction · 0.85
LoadConstantsFunction · 0.85
LoadProtosFunction · 0.85
LoadUpvaluesFunction · 0.85
LoadDebugFunction · 0.85
LoadFunctionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected