MCPcopy
hub / github.com/jgraph/drawio-desktop / close

Method close

src/main/progress-bar.js:144–151  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

142 }
143
144 close()
145 {
146 if (this._window && !this._window.isDestroyed())
147 {
148 this._window.destroy();
149 }
150 this._window = null;
151 }
152
153 isCompleted() { return this._completed; }
154}

Callers 6

electron.jsFile · 0.80
saveDraftFunction · 0.80
writeFileFunction · 0.80
doSaveFileFunction · 0.80
deleteFileFunction · 0.80
windowActionFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected