MCPcopy Create free account
hub / github.com/chieapp/chie / destructor

Method destructor

src/model/assistant.ts:37–42  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

35 }
36
37 destructor() {
38 this.setShortcut(null);
39 this.setTrayIcon(null);
40 this.#removeIcon(this.service.icon);
41 this.service.destructor();
42 }
43
44 setIcon(icon: Icon) {
45 if (!(icon instanceof Icon))

Callers 1

destructorFunction · 0.45

Calls 3

setShortcutMethod · 0.95
setTrayIconMethod · 0.95
#removeIconMethod · 0.95

Tested by

no test coverage detected