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