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

Function flush_line

isolate.c:315–321  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

313}
314
315static void
316flush_line(void)
317{
318 if (partial_line)
319 fputc('\n', stderr);
320 partial_line = 0;
321}
322
323/* Report an error of the sandbox itself */
324void NONRET __attribute__((format(printf,1,2)))

Callers 2

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…