Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1047
txBoolean 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
1053
txBoolean fxHasID(txMachine* the, txID id)
1054
{
Callers
1
fxRunIn
Function · 0.85
Calls
2
fxAt
Function · 0.85
fxHasAll
Function · 0.85
Tested by
no test coverage detected