Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1130
void fxDeleteID(txMachine* the, txID id)
1131
{
1132
fxDeleteAll(the, the->stack, id, 0);
1133
}
1134
1135
void fxDeleteIndex(txMachine* the, txIndex index)
1136
{
Callers
nothing calls this directly
Calls
1
fxDeleteAll
Function · 0.85
Tested by
no test coverage detected