MCPcopy Create free account
hub / github.com/Serial-Studio/Serial-Studio / PrintFunction

Function PrintFunction

lib/lua/src/luac.c:716–723  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 3

PrintHeaderFunction · 0.85
PrintCodeFunction · 0.85
PrintDebugFunction · 0.85

Tested by

no test coverage detected