MCPcopy Create free account
hub / github.com/devforth/painterro / close

Method close

js/main.js:884–888  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

882 }
883
884 close() {
885 if (this.params.onClose !== undefined) {
886 this.params.onClose();
887 }
888 }
889
890 closeActiveTool(doNotSelect) {
891 if (this.activeTool !== undefined) {

Callers 3

doCloseMethod · 0.95
constructorMethod · 0.45
closeActiveToolMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected