MCPcopy 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
947txID fxFindID(txMachine* the, txString theName)
948{
949 return fxFindName(the, theName);
950}
951
952txS1 fxIsID(txMachine* the, txString theName)
953{

Callers

nothing calls this directly

Calls 1

fxFindNameFunction · 0.85

Tested by

no test coverage detected