MCPcopy Create free account
hub / github.com/breck7/scroll / has

Method has

external/.d3.js:419–421  ·  view source on GitHub ↗
(key)

Source from the content-addressed store, hash-verified

417 return super.get(intern_get(this, key));
418 }
419 has(key) {
420 return super.has(intern_get(this, key));
421 }
422 set(key, value) {
423 return super.set(intern_set(this, key), value);
424 }

Callers 15

ordinalFunction · 0.95
$lFunction · 0.95
.katex.min.jsFile · 0.45
.datatables.jsFile · 0.45
hasMethod · 0.45
intern_getFunction · 0.45
intern_setFunction · 0.45
intern_deleteFunction · 0.45
intersectionFunction · 0.45
supersetFunction · 0.45
bindKeyFunction · 0.45
stratifyFunction · 0.45

Calls 1

intern_getFunction · 0.85

Tested by

no test coverage detected