Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1053
txBoolean fxHasID(txMachine* the, txID id)
1054
{
1055
return fxHasAll(the, the->stack, id, 0);
1056
}
1057
1058
txBoolean fxHasIndex(txMachine* the, txIndex index)
1059
{
Callers
4
fxFindResult
Function · 0.85
fxAbort
Function · 0.85
fxAbort
Function · 0.85
fxAbort
Function · 0.85
Calls
1
fxHasAll
Function · 0.85
Tested by
no test coverage detected