MCPcopy
hub / github.com/microsoft/SandDance / has

Method has

docs/app/js/sanddance-app.js:110689–110691  ·  view source on GitHub ↗
(key)

Source from the content-addressed store, hash-verified

110687 return super.get(intern_get(this, key));
110688 }
110689 has(key) {
110690 return super.has(intern_get(this, key));
110691 }
110692 set(key, value) {
110693 return super.set(intern_set(this, key), value);
110694 }

Callers 15

__classPrivateFieldGetFunction · 0.45
__classPrivateFieldSetFunction · 0.45
_traverseEdgeFunction · 0.45
memoizeFunctionFunction · 0.45
memoizedGetValueFunction · 0.45
sanddance-app.jsFile · 0.45
getJpegMetadataFunction · 0.45
getUniqueObjectsFunction · 0.45
getNewCharsFunction · 0.45
hasMethod · 0.45
intern_getFunction · 0.45
intern_setFunction · 0.45

Calls 1

intern_getFunction · 0.70

Tested by

no test coverage detected