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

Method add

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

Source from the content-addressed store, hash-verified

437 return super.has(intern_get(this, value));
438 }
439 add(value) {
440 return super.add(intern_set(this, value));
441 }
442 delete(value) {
443 return super.delete(intern_delete(this, value));
444 }

Callers 5

constructorMethod · 0.95
disjointFunction · 0.95
unionFunction · 0.95
reduceIndexFunction · 0.95
grFunction · 0.95

Calls 2

intern_setFunction · 0.85
addMethod · 0.45

Tested by

no test coverage detected