Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Moddable-OpenSource/moddable
/ fxGetAt
Function
fxGetAt
xs/sources/xsAPI.c:1021–1026 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1019
}
1020
1021
txBoolean fxGetAt(txMachine* the)
1022
{
1023
txSlot* at = fxAt(the, the->stack);
1024
mxPop();
1025
return mxGetAll(at->value.at.id, at->value.at.index);
1026
}
1027
1028
txBoolean fxGetID(txMachine* the, txID id)
1029
{
Callers
1
_xsGetAt
Function · 0.85
Calls
1
fxAt
Function · 0.85
Tested by
no test coverage detected