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

Function dumpProtos

third-party/lua-5.4.6/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.70

Calls 2

dumpIntFunction · 0.70
dumpFunctionFunction · 0.70

Tested by

no test coverage detected