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

Function PrintFunction

depends/lua/src/luac.c:443–450  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

441}
442
443static void PrintFunction(const Proto* f, int full)
444{
445 int i,n=f->sizep;
446 PrintHeader(f);
447 PrintCode(f);
448 if (full) PrintDebug(f);
449 for (i=0; i<n; i++) PrintFunction(f->p[i],full);
450}

Callers

nothing calls this directly

Calls 3

PrintHeaderFunction · 0.85
PrintCodeFunction · 0.85
PrintDebugFunction · 0.85

Tested by

no test coverage detected