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

Method has

modules/data/headers/headers.js:28–30  ·  view source on GitHub ↗
(key)

Source from the content-addressed store, hash-verified

26 return super.get(key.toString().toLowerCase());
27 }
28 has(key) {
29 return super.has(key.toString().toLowerCase());
30 }
31 set(key, value) {
32 return super.set(key.toString().toLowerCase(), value.toString());
33 }

Callers 15

transformFlowsMethod · 0.45
prepareNodeMethod · 0.45
compileDataViewFunction · 0.45
doGPIOsFunction · 0.45
mainFunction · 0.45
_expandNextPrototypeMethod · 0.45
hydrateNodeMethod · 0.45
hydrateViewMethod · 0.45
resolveFilePathMethod · 0.45
searchMethod · 0.45
resolveDotPathMethod · 0.45
iterator.jsFile · 0.45

Calls 1

toStringMethod · 0.45

Tested by

no test coverage detected