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

Function dumpInt

third-party/lua-5.4.6/src/ldump.c:77–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75
76
77static void dumpInt (DumpState *D, int x) {
78 dumpSize(D, x);
79}
80
81
82static void dumpNumber (DumpState *D, lua_Number x) {

Callers 6

dumpCodeFunction · 0.70
dumpConstantsFunction · 0.70
dumpProtosFunction · 0.70
dumpUpvaluesFunction · 0.70
dumpDebugFunction · 0.70
dumpFunctionFunction · 0.70

Calls 1

dumpSizeFunction · 0.70

Tested by

no test coverage detected