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

Function dumpCode

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

Source from the content-addressed store, hash-verified

102
103
104static void dumpCode (DumpState *D, const Proto *f) {
105 dumpInt(D, f->sizecode);
106 dumpVector(D, f->code, f->sizecode);
107}
108
109
110static void dumpFunction(DumpState *D, const Proto *f, TString *psource);

Callers 1

dumpFunctionFunction · 0.70

Calls 1

dumpIntFunction · 0.70

Tested by

no test coverage detected