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

Function PrintFunction

third-party/lua-5.3.5/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.70
PrintCodeFunction · 0.70
PrintDebugFunction · 0.70

Tested by

no test coverage detected