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

Method delete

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

Source from the content-addressed store, hash-verified

110716 return super.add(intern_set(this, value));
110717 }
110718 delete(value) {
110719 return super.delete(intern_delete(this, value));
110720 }
110721}
110722function intern_get({ _intern , _key }, value) {
110723 const key = _key(value);

Callers

nothing calls this directly

Calls 2

intern_deleteFunction · 0.70
deleteMethod · 0.45

Tested by

no test coverage detected