MCPcopy Index your code
hub / github.com/microsoft/SandDance / add

Method add

docs/app/js/sanddance-app.js:110715–110717  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

110713 return super.has(intern_get(this, value));
110714 }
110715 add(value) {
110716 return super.add(intern_set(this, value));
110717 }
110718 delete(value) {
110719 return super.delete(intern_delete(this, value));
110720 }

Callers 1

constructorMethod · 0.95

Calls 2

intern_setFunction · 0.70
addMethod · 0.45

Tested by

no test coverage detected