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

Function fxDuplicateString

modules/piu/All/piuApplication.c:853–862  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

851}
852
853xsSlot* fxDuplicateString(xsMachine* the, xsSlot* slot)
854{
855 xsSlot* result;
856 xsOverflow(-1);
857 fxPush(*slot);
858 fxToString(the, the->stack);
859 result = fxDuplicateSlot(the, the->stack);
860 the->stack++;
861 return result;
862}
863
864
865

Callers

nothing calls this directly

Calls 2

fxToStringFunction · 0.85
fxDuplicateSlotFunction · 0.85

Tested by

no test coverage detected