MCPcopy Create free account
hub / github.com/Serial-Studio/Serial-Studio / dumpInt

Function dumpInt

lib/lua/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.85
dumpConstantsFunction · 0.85
dumpProtosFunction · 0.85
dumpUpvaluesFunction · 0.85
dumpDebugFunction · 0.85
dumpFunctionFunction · 0.85

Calls 1

dumpSizeFunction · 0.85

Tested by

no test coverage detected