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

Function fxEchoNumber

xs/sources/xsDebug.c:1806–1812  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1804}
1805
1806void fxEchoNumber(txMachine* the, txNumber theNumber)
1807{
1808 char aBuffer[256];
1809
1810 fxNumberToString(the, theNumber, aBuffer, sizeof(aBuffer), 0, 0);
1811 fxEcho(the, aBuffer);
1812}
1813
1814void fxEchoPathLine(txMachine* the, txString thePath, txInteger theLine)
1815{

Callers 3

fxEchoExceptionFunction · 0.85
fxEchoFormatFunction · 0.85
fxEchoPropertyFunction · 0.85

Calls 2

fxNumberToStringFunction · 0.85
fxEchoFunction · 0.85

Tested by

no test coverage detected