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

Function fxSetIndex

xs/sources/xsAPI.c:1111–1114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1109}
1110
1111void fxSetIndex(txMachine* the, txIndex index)
1112{
1113 fxSetAll(the, the->stack, XS_NO_ID, index);
1114}
1115
1116void fxDeleteAll(txMachine* the, txSlot* stack, txID id, txIndex index)
1117{

Callers

nothing calls this directly

Calls 1

fxSetAllFunction · 0.85

Tested by

no test coverage detected