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

Function dumpProtos

lib/lua/src/ldump.c:138–144  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

136
137
138static void dumpProtos (DumpState *D, const Proto *f) {
139 int i;
140 int n = f->sizep;
141 dumpInt(D, n);
142 for (i = 0; i < n; i++)
143 dumpFunction(D, f->p[i], f->source);
144}
145
146
147static void dumpUpvalues (DumpState *D, const Proto *f) {

Callers 1

dumpFunctionFunction · 0.85

Calls 2

dumpIntFunction · 0.85
dumpFunctionFunction · 0.85

Tested by

no test coverage detected