MCPcopy
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

3import type { Command } from '../../commands.js'
4
5function isEnabled(): boolean {
6 if (!feature('BRIDGE_MODE')) {
7 return false
8 }
9 return isBridgeEnabled()
10}
11
12const bridge = {
13 type: 'local-jsx',

Callers 1

isHiddenFunction · 0.70

Calls 2

featureFunction · 0.85
isBridgeEnabledFunction · 0.85

Tested by

no test coverage detected