MCPcopy Create free account
hub / github.com/ioi/isolate / meta_printf

Function meta_printf

util.c:344–354  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

342}
343
344void
345meta_printf(const char *fmt, ...)
346{
347 if (!metafile)
348 return;
349
350 va_list args;
351 va_start(args, fmt);
352 vfprintf(metafile, fmt, args);
353 va_end(args);
354}

Callers 5

cg_statsFunction · 0.85
final_statsFunction · 0.85
box_exitFunction · 0.85
isolate.cFile · 0.85
box_keeperFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…