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

Function fxSetAt

xs/sources/xsAPI.c:1100–1104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1098}
1099
1100void fxSetAt(txMachine* the)
1101{
1102 txSlot* at = fxAt(the, the->stack);
1103 fxSetAll(the, the->stack + 1, at->value.at.id, at->value.at.index);
1104}
1105
1106void fxSetID(txMachine* the, txID id)
1107{

Callers 1

_xsSetAtFunction · 0.85

Calls 2

fxAtFunction · 0.85
fxSetAllFunction · 0.85

Tested by

no test coverage detected