Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Moddable-OpenSource/moddable
/ fxTraceInteger
Function
fxTraceInteger
xs/sources/xsRun.c:352–355 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
350
}
351
352
static void fxTraceInteger(txMachine* the, txInteger theInteger)
353
{
354
fprintf(stderr,
" %ld"
, (long)theInteger);
355
}
356
357
static void fxTraceNumber(txMachine* the, txNumber theNumber)
358
{
Callers
2
fxRunID
Function · 0.85
xsRun.c
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected