Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Moddable-OpenSource/moddable
/ fxTraceString
Function
fxTraceString
xs/sources/xsRun.c:367–370 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
365
}
366
367
static void fxTraceString(txMachine* the, txString theString)
368
{
369
fprintf(stderr,
" \"
%s\
""
, theString);
370
}
371
#endif
372
373
#ifdef mxTraceCall
Callers
1
xsRun.c
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected