MCPcopy Create free account
hub / github.com/EmmyLua/EmmyLuaDebugger / DumpInt

Function DumpInt

third-party/lua-5.3.5/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.70
DumpConstantsFunction · 0.70
DumpProtosFunction · 0.70
DumpUpvaluesFunction · 0.70
DumpDebugFunction · 0.70
DumpFunctionFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected