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

Function PrintFunction

third-party/lua-5.5.0/src/luac.c:726–733  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

724}
725
726static void PrintFunction(const Proto* f, int full)
727{
728 int i,n=f->sizep;
729 PrintHeader(f);
730 PrintCode(f);
731 if (full) PrintDebug(f);
732 for (i=0; i<n; i++) PrintFunction(f->p[i],full);
733}

Callers

nothing calls this directly

Calls 3

PrintHeaderFunction · 0.70
PrintCodeFunction · 0.70
PrintDebugFunction · 0.70

Tested by

no test coverage detected