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

Function DumpInt

src/Chain/libraries/glua/ldump.cpp:58–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56
57
58static void DumpInt(int x, DumpState *D) {
59 DumpVar(x, D);
60}
61
62
63static void DumpNumber(lua_Number x, DumpState *D) {

Callers 6

DumpCodeFunction · 0.85
DumpConstantsFunction · 0.85
DumpProtosFunction · 0.85
DumpUpvaluesFunction · 0.85
DumpDebugFunction · 0.85
DumpFunctionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected