MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / PrintFunction

Function PrintFunction

extlibs/lua/src/luac.c:717–724  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

715}
716
717static void PrintFunction(const Proto* f, int full)
718{
719 int i,n=f->sizep;
720 PrintHeader(f);
721 PrintCode(f);
722 if (full) PrintDebug(f);
723 for (i=0; i<n; i++) PrintFunction(f->p[i],full);
724}

Callers

nothing calls this directly

Calls 3

PrintHeaderFunction · 0.85
PrintCodeFunction · 0.85
PrintDebugFunction · 0.85

Tested by

no test coverage detected