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

Function fxIntegerToString

xs/sources/xsdtoa.c:6414–6418  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6412}
6413
6414txString fxIntegerToString(void* the, txInteger theValue, txString theBuffer, txSize theSize)
6415{
6416 c_snprintf(theBuffer, theSize, "%d", (int)theValue);
6417 return theBuffer;
6418}
6419
6420txInteger fxNumberToInteger(txNumber theValue)
6421{

Callers 12

fx_parseURLFunction · 0.85
PiuStyleLookupFontFunction · 0.85
PiuStyle_get_sizeFunction · 0.85
PiuStyleLookupFontFunction · 0.85
fxToStringFunction · 0.85
fxPropertyNameFunction · 0.85
fxObjectBindingFunction · 0.85
fxEchoIntegerFunction · 0.85
fxSampleInstrumentationFunction · 0.85
fxStringifyJSONIntegerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected