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

Method has

external/.d3.js:436–438  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

434 if (values != null) for (const value of values) this.add(value);
435 }
436 has(value) {
437 return super.has(intern_get(this, value));
438 }
439 add(value) {
440 return super.add(intern_set(this, value));
441 }

Callers 2

disjointFunction · 0.95
XaFunction · 0.95

Calls 2

intern_getFunction · 0.85
hasMethod · 0.45

Tested by

no test coverage detected