Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
942
txID fxID(txMachine* the, txString theName)
943
{
944
return fxNewNameC(the, theName);
945
}
946
947
txID fxFindID(txMachine* the, txString theName)
948
{
Callers
15
Tool_prototype_listSpecifiers
Function · 0.85
_xsbug_script_
Function · 0.85
fx_deepEqual
Function · 0.85
fx_runScript
Function · 0.85
fxRunProgramFile
Function · 0.85
fxRunProgramFileInCompartment
Function · 0.85
fxLoadVirtualModuleSource
Function · 0.85
fxMapModuleDescriptor
Function · 0.85
fx_Compartment
Function · 0.85
fx_ModuleSource_prototype_get_bindings
Function · 0.85
fx_ModuleStuff
Function · 0.85
xsffi.c
File · 0.85
Calls
1
fxNewNameC
Function · 0.85
Tested by
no test coverage detected