MCPcopy 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
952txS1 fxIsID(txMachine* the, txString theName)
953{
954 return fxFindName(the, theName) ? 1 : 0;
955}
956
957txID fxToID(txMachine* the, txSlot* theSlot)
958{

Callers

nothing calls this directly

Calls 1

fxFindNameFunction · 0.85

Tested by

no test coverage detected