Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
672
static int c = 0;
673
674
void fxPrintBusy(txPool* pool)
675
{
676
fprintf(stderr,
"\b\b\b\b\b\b\b\b# %6.6d"
, c++);
677
}
678
679
void fxPrintClear(txPool* pool)
680
{
Callers
1
fxRunContext
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected