MCPcopy Create free account
hub / github.com/Moddable-OpenSource/moddable / fxPrintBusy

Function fxPrintBusy

xs/tools/xst262.c:674–677  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

672static int c = 0;
673
674void fxPrintBusy(txPool* pool)
675{
676 fprintf(stderr, "\b\b\b\b\b\b\b\b# %6.6d", c++);
677}
678
679void fxPrintClear(txPool* pool)
680{

Callers 1

fxRunContextFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected