Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chieapp/chie
/ removeFile
Method
removeFile
src/model/icon.ts:58–62 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
56
}
57
58
removeFile() {
59
if
(process.platform ==
'win32'
&& this.#image)
60
this.#image.clear();
61
fs.removeSync(this.filePath);
62
}
63
}
Callers
1
#removeIcon
Method · 0.80
Calls
1
clear
Method · 0.80
Tested by
no test coverage detected