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

Function fxString

xs/sources/xsAPI.c:247–250  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

245}
246
247void fxString(txMachine* the, txSlot* theSlot, txString theValue)
248{
249 fxCopyStringC(the, theSlot, theValue);
250}
251
252void fxStringX(txMachine* the, txSlot* theSlot, txString theValue)
253{

Callers 2

xsffi.cFile · 0.85
fxVerifyErrorFunction · 0.85

Calls 1

fxCopyStringCFunction · 0.85

Tested by

no test coverage detected