MCPcopy Create free account
hub / github.com/Moddable-OpenSource/moddable / fxID

Function fxID

xs/sources/xsAPI.c:942–945  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

940/* Identifiers */
941
942txID fxID(txMachine* the, txString theName)
943{
944 return fxNewNameC(the, theName);
945}
946
947txID fxFindID(txMachine* the, txString theName)
948{

Callers 15

_xsbug_script_Function · 0.85
fx_deepEqualFunction · 0.85
fx_runScriptFunction · 0.85
fxRunProgramFileFunction · 0.85
fxMapModuleDescriptorFunction · 0.85
fx_CompartmentFunction · 0.85
fx_ModuleStuffFunction · 0.85
xsffi.cFile · 0.85

Calls 1

fxNewNameCFunction · 0.85

Tested by

no test coverage detected