MCPcopy Create free account
hub / github.com/codeaashu/claude-code / isBridgeAvailable

Function isBridgeAvailable

src/bridge/stub.ts:17–19  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

15
16/** Returns false — bridge is not available in this build/configuration. */
17export function isBridgeAvailable(): false {
18 return false
19}
20
21/**
22 * A no-op ReplBridgeHandle that silently discards all messages.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected