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

Function fxHasID

xs/sources/xsAPI.c:1053–1056  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1051}
1052
1053txBoolean fxHasID(txMachine* the, txID id)
1054{
1055 return fxHasAll(the, the->stack, id, 0);
1056}
1057
1058txBoolean fxHasIndex(txMachine* the, txIndex index)
1059{

Callers 4

fxFindResultFunction · 0.85
fxAbortFunction · 0.85
fxAbortFunction · 0.85
fxAbortFunction · 0.85

Calls 1

fxHasAllFunction · 0.85

Tested by

no test coverage detected