MCPcopy Create free account
hub / github.com/PlutoLang/Pluto / PrintFunction

Function PrintFunction

src/luac.cpp:753–760  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

751}
752
753static void PrintFunction(const Proto* f, int full)
754{
755 int i,n=f->sizep;
756 PrintHeader(f);
757 PrintCode(f);
758 if (full) PrintDebug(f);
759 for (i=0; i<n; i++) PrintFunction(f->p[i],full);
760}

Callers

nothing calls this directly

Calls 3

PrintHeaderFunction · 0.85
PrintCodeFunction · 0.85
PrintDebugFunction · 0.85

Tested by

no test coverage detected