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

Function PrintFunction

third-party/lua-5.2.4/src/luac.c:425–432  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

423}
424
425static void PrintFunction(const Proto* f, int full)
426{
427 int i,n=f->sizep;
428 PrintHeader(f);
429 PrintCode(f);
430 if (full) PrintDebug(f);
431 for (i=0; i<n; i++) PrintFunction(f->p[i],full);
432}

Callers

nothing calls this directly

Calls 3

PrintHeaderFunction · 0.70
PrintCodeFunction · 0.70
PrintDebugFunction · 0.70

Tested by

no test coverage detected