MCPcopy 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
1021txBoolean 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
1028txBoolean fxGetID(txMachine* the, txID id)
1029{

Callers 1

_xsGetAtFunction · 0.85

Calls 1

fxAtFunction · 0.85

Tested by

no test coverage detected