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

Function fxGetID

xs/sources/xsAPI.c:1028–1031  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1026}
1027
1028txBoolean fxGetID(txMachine* the, txID id)
1029{
1030 return mxGetAll(id, 0);
1031}
1032
1033txBoolean fxGetIndex(txMachine* the, txIndex index)
1034{

Callers 8

_xsbug_import_Function · 0.85
fxFindBooleanFunction · 0.85
fxFindIntegerFunction · 0.85
fxFindNumberFunction · 0.85
fxFindStringFunction · 0.85
fxFindResultFunction · 0.85
fxRunModuleFileFunction · 0.85
fx_lockdownFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected