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

Function PrintFunction

xrepo/packages/l/lua/port/lua/src/luac.c:718–725  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 3

PrintHeaderFunction · 0.85
PrintCodeFunction · 0.85
PrintDebugFunction · 0.85

Tested by

no test coverage detected