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

Method set

docs/app/js/sanddance-app.js:110692–110694  ·  view source on GitHub ↗
(key, value)

Source from the content-addressed store, hash-verified

110690 return super.has(intern_get(this, key));
110691 }
110692 set(key, value) {
110693 return super.set(intern_set(this, key), value);
110694 }
110695 delete(key) {
110696 return super.delete(intern_delete(this, key));
110697 }

Callers 1

constructorMethod · 0.95

Calls 2

intern_setFunction · 0.70
setMethod · 0.45

Tested by

no test coverage detected