MCPcopy Create free account
hub / github.com/Serial-Studio/Serial-Studio / dumpCode

Function dumpCode

lib/lua/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.85

Calls 1

dumpIntFunction · 0.85

Tested by

no test coverage detected