Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Moddable-OpenSource/moddable
/ fxIsID
Function
fxIsID
xs/sources/xsAPI.c:952–955 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
950
}
951
952
txS1 fxIsID(txMachine* the, txString theName)
953
{
954
return fxFindName(the, theName) ? 1 : 0;
955
}
956
957
txID fxToID(txMachine* the, txSlot* theSlot)
958
{
Callers
nothing calls this directly
Calls
1
fxFindName
Function · 0.85
Tested by
no test coverage detected