MCPcopy Create free account
hub / github.com/DFHack/dfhack / DumpInt

Function DumpInt

depends/lua/src/ldump.c: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