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

Method delete

docs/app/js/sanddance-app.js:110695–110697  ·  view source on GitHub ↗
(key)

Source from the content-addressed store, hash-verified

110693 return super.set(intern_set(this, key), value);
110694 }
110695 delete(key) {
110696 return super.delete(intern_delete(this, key));
110697 }
110698}
110699class InternSet extends Set {
110700 constructor(values, key = keyof){

Callers 15

updateStateMethod · 0.45
updateStateMethod · 0.45
safeSetTimeoutFunction · 0.45
sanddance-app.jsFile · 0.45
removeMethod · 0.45
deleteMethod · 0.45
intern_deleteFunction · 0.45
transformFunction · 0.45
revisitFunction · 0.45
intersectionFunction · 0.45
clearIfContinuousEventFunction · 0.45

Calls 1

intern_deleteFunction · 0.70

Tested by

no test coverage detected