Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/027xiguapi/code-box
/ setIcon
Function
setIcon
tools.ts:34–41 ·
view source on GitHub ↗
(active: boolean)
Source
from the content-addressed store, hash-verified
32
}
33
34
export
function
setIcon(active: boolean) {
35
sendToBackground({
36
name:
"icon"
,
37
body: {
38
active: active
39
}
40
})
41
}
42
43
export
function
saveTxt(txt: string, filename?: string) {
44
if
(txt) {
Callers
1
CustomOverlay
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected