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

Function fxStringifyJSONInteger

xs/sources/xsJSON.c:911–916  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

909}
910
911void fxStringifyJSONInteger(txMachine* the, txJSONStringifier* theStringifier, txInteger theInteger)
912{
913 char aBuffer[256];
914 fxIntegerToString(the, theInteger, aBuffer, sizeof(aBuffer));
915 fxStringifyJSONChars(the, theStringifier, aBuffer, (txSize)c_strlen(aBuffer));
916}
917
918void fxStringifyJSONName(txMachine* the, txJSONStringifier* theStringifier, txInteger* theFlag)
919{

Callers 2

fxStringifyJSONNameFunction · 0.85
fxStringifyJSONPropertyFunction · 0.85

Calls 2

fxIntegerToStringFunction · 0.85
fxStringifyJSONCharsFunction · 0.85

Tested by

no test coverage detected