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

Function fxHasIndex

xs/sources/xsAPI.c:1058–1061  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1056}
1057
1058txBoolean fxHasIndex(txMachine* the, txIndex index)
1059{
1060 return fxHasAll(the, the->stack, XS_NO_ID, index);
1061}
1062
1063void fxSetAll(txMachine* the, txSlot* stack, txID id, txIndex index)
1064{

Callers 11

fxReduceThisItemFunction · 0.85
fxSortArrayItemsFunction · 0.85
_xsHasIndexFunction · 0.85

Calls 1

fxHasAllFunction · 0.85

Tested by

no test coverage detected