Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
destructor
Function · 0.45
Calls
3
setShortcut
Method · 0.95
setTrayIcon
Method · 0.95
#removeIcon
Method · 0.95
Tested by
no test coverage detected