MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / dumpCode

Function dumpCode

extlibs/lua/src/ldump.c:100–103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

98
99
100static void dumpCode (DumpState *D, const Proto *f) {
101 dumpInt(D, f->sizecode);
102 dumpVector(D, f->code, f->sizecode);
103}
104
105
106static void dumpFunction(DumpState *D, const Proto *f, TString *psource);

Callers 1

dumpFunctionFunction · 0.85

Calls 1

dumpIntFunction · 0.85

Tested by

no test coverage detected