MCPcopy Create free account
hub / github.com/alignoth/alignoth / add

Method add

resources/vega.min.js:1127–1129  ·  view source on GitHub ↗
(t)

Source from the content-addressed store, hash-verified

1125 return super.has(le(this, t));
1126 }
1127 add(t) {
1128 return super.add(ce(this, t));
1129 }
1130 delete(t) {
1131 return super.delete(fe(this, t));
1132 }

Callers 1

constructorMethod · 0.95

Calls 2

ceFunction · 0.85
addMethod · 0.45

Tested by

no test coverage detected