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

Function fxStringX

xs/sources/xsAPI.c:252–260  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

250}
251
252void fxStringX(txMachine* the, txSlot* theSlot, txString theValue)
253{
254#ifdef mxSnapshot
255 fxCopyStringC(the, theSlot, theValue);
256#else
257 theSlot->value.string = theValue;
258 theSlot->kind = XS_STRING_X_KIND;
259#endif
260}
261
262void fxStringBuffer(txMachine* the, txSlot* theSlot, txString theValue, txSize theSize)
263{

Callers 11

PiuLocals_getFunction · 0.85
PiuContent_get_typeFunction · 0.85
fxSymbolToStringFunction · 0.85
xsffi.cFile · 0.85
fxToStringFunction · 0.85
fx_Error_toStringFunction · 0.85
fxBigintToStringFunction · 0.85

Calls 1

fxCopyStringCFunction · 0.85

Tested by

no test coverage detected