Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Moddable-OpenSource/moddable
/ fxSetID
Function
fxSetID
xs/sources/xsAPI.c:1106–1109 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1104
}
1105
1106
void fxSetID(txMachine* the, txID id)
1107
{
1108
fxSetAll(the, the->stack, id, 0);
1109
}
1110
1111
void fxSetIndex(txMachine* the, txIndex index)
1112
{
Callers
nothing calls this directly
Calls
1
fxSetAll
Function · 0.85
Tested by
no test coverage detected