MCPcopy Create free account
hub / github.com/CppCXY/EmmyLuaCodeStyle / dumpInt

Function dumpInt

3rd/lua-5.4.3/src/ldump.c:73–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71
72
73static void dumpInt (DumpState *D, int x) {
74 dumpSize(D, x);
75}
76
77
78static 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