Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Moddable-OpenSource/moddable
/ fxTraceNumber
Function
fxTraceNumber
xs/sources/xsRun.c:357–360 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
355
}
356
357
static void fxTraceNumber(txMachine* the, txNumber theNumber)
358
{
359
fprintf(stderr,
" %lf"
, theNumber);
360
}
361
362
static void fxTraceReturn(txMachine* the)
363
{
Callers
1
xsRun.c
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected