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