MCPcopy Create free account
hub / github.com/Snapchat/KeyDB / PrintConstants

Function PrintConstants

deps/lua/src/print.c:181–191  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

179}
180
181static void PrintConstants(const Proto* f)
182{
183 int i,n=f->sizek;
184 printf("constants (%d) for %p:\n",n,VOID(f));
185 for (i=0; i<n; i++)
186 {
187 printf("\t%d\t",i+1);
188 PrintConstant(f,i);
189 printf("\n");
190 }
191}
192
193static void PrintLocals(const Proto* f)
194{

Callers 1

PrintFunctionFunction · 0.85

Calls 1

PrintConstantFunction · 0.85

Tested by

no test coverage detected