Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/codeaashu/claude-code
/ isHidden
Function
isHidden
src/commands/desktop/index.ts:20–22 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
18
availability: [
'claude-ai'
],
19
isEnabled: isSupportedPlatform,
20
get isHidden() {
21
return
!isSupportedPlatform()
22
},
23
load: () =>
import
(
'./desktop.js'
),
24
} satisfies Command
25
Callers
nothing calls this directly
Calls
1
isSupportedPlatform
Function · 0.70
Tested by
no test coverage detected