MCPcopy Create free account
hub / github.com/CppCXY/EmmyLuaCodeStyle / dumpProtos

Function dumpProtos

3rd/lua-5.4.3/src/ldump.c:134–140  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

132
133
134static void dumpProtos (DumpState *D, const Proto *f) {
135 int i;
136 int n = f->sizep;
137 dumpInt(D, n);
138 for (i = 0; i < n; i++)
139 dumpFunction(D, f->p[i], f->source);
140}
141
142
143static 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