Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1100
void 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
1106
void fxSetID(txMachine* the, txID id)
1107
{
Callers
1
_xsSetAt
Function · 0.85
Calls
2
fxAt
Function · 0.85
fxSetAll
Function · 0.85
Tested by
no test coverage detected