MCPcopy Create free account
hub / github.com/DFHack/dfhack / DumpCode

Function DumpCode

depends/lua/src/ldump.c:90–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88
89
90static void DumpCode (const Proto *f, DumpState *D) {
91 DumpInt(f->sizecode, D);
92 DumpVector(f->code, f->sizecode, D);
93}
94
95
96static void DumpFunction(const Proto *f, TString *psource, DumpState *D);

Callers 1

DumpFunctionFunction · 0.85

Calls 1

DumpIntFunction · 0.85

Tested by

no test coverage detected