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

Function fxDeleteID

xs/sources/xsAPI.c:1130–1133  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1128}
1129
1130void fxDeleteID(txMachine* the, txID id)
1131{
1132 fxDeleteAll(the, the->stack, id, 0);
1133}
1134
1135void fxDeleteIndex(txMachine* the, txIndex index)
1136{

Callers

nothing calls this directly

Calls 1

fxDeleteAllFunction · 0.85

Tested by

no test coverage detected