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

Function fxDeleteAt

xs/sources/xsAPI.c:1124–1128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1122}
1123
1124void fxDeleteAt(txMachine* the)
1125{
1126 txSlot* at = fxAt(the, the->stack);
1127 fxDeleteAll(the, the->stack + 1, at->value.at.id, at->value.at.index);
1128}
1129
1130void fxDeleteID(txMachine* the, txID id)
1131{

Callers 1

_xsDeleteAtFunction · 0.85

Calls 2

fxAtFunction · 0.85
fxDeleteAllFunction · 0.85

Tested by

no test coverage detected