MCPcopy Create free account
hub / github.com/Moddable-OpenSource/moddable / fxHasAt

Function fxHasAt

xs/sources/xsAPI.c:1047–1051  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1045}
1046
1047txBoolean fxHasAt(txMachine* the)
1048{
1049 txSlot* at = fxAt(the, the->stack);
1050 return fxHasAll(the, the->stack + 1, at->value.at.id, at->value.at.index);
1051}
1052
1053txBoolean fxHasID(txMachine* the, txID id)
1054{

Callers 1

fxRunInFunction · 0.85

Calls 2

fxAtFunction · 0.85
fxHasAllFunction · 0.85

Tested by

no test coverage detected