Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/codeaashu/claude-code
/ isEnabled
Function
isEnabled
src/commands/bridge/index.ts:5–10 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
3
import
type
{ Command } from
'../../commands.js'
4
5
function
isEnabled(): boolean {
6
if
(!feature(
'BRIDGE_MODE'
)) {
7
return
false
8
}
9
return
isBridgeEnabled()
10
}
11
12
const
bridge = {
13
type
:
'local-jsx'
,
Callers
1
isHidden
Function · 0.70
Calls
2
feature
Function · 0.85
isBridgeEnabled
Function · 0.85
Tested by
no test coverage detected