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

Function dumpSize

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

Source from the content-addressed store, hash-verified

103
104
105static void dumpSize (DumpState *D, size_t sz) {
106 dumpVarint(D, cast(lua_Unsigned, sz));
107}
108
109
110static void dumpInt (DumpState *D, int x) {

Callers 1

dumpStringFunction · 0.70

Calls 1

dumpVarintFunction · 0.85

Tested by

no test coverage detected