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

Function dumpInt

third-party/lua-5.5.0/src/ldump.c:110–113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

108
109
110static void dumpInt (DumpState *D, int x) {
111 lua_assert(x >= 0);
112 dumpVarint(D, cast_uint(x));
113}
114
115
116static 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

dumpVarintFunction · 0.85

Tested by

no test coverage detected