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

Function fxGetKeyName

xs/sources/xsSymbol.c:243–249  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

241}
242
243char* fxGetKeyName(txMachine* the, txID theID)
244{
245 txSlot* key = fxGetKey(the, theID);
246 if (key->flag & XS_DONT_ENUM_FLAG)
247 return key->value.string;
248 return C_NULL;
249}
250
251char* fxGetKeyString(txMachine* the, txID theID, txBoolean* adorn)
252{

Callers 15

fxCheckAliasesErrorFunction · 0.85
fxPrintIDFunction · 0.85
fxFindModuleFunction · 0.85
fxLoadModuleFunction · 0.85
fxFindModuleFunction · 0.85
fxLoadModuleFunction · 0.85
fxBundleLoadFunction · 0.85
fxReportModuleQueueFunction · 0.85
fxTraceIDFunction · 0.85
fxNameFunction · 0.85
fxDebugLineFunction · 0.85
fxDebugLoopFunction · 0.85

Calls 1

fxGetKeyFunction · 0.85

Tested by

no test coverage detected