MCPcopy Index your code
hub / github.com/codeaashu/claude-code / getSelfBridgeCompatId

Function getSelfBridgeCompatId

src/bridge/replBridgeHandle.ts:33–36  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

31 * in /v1/sessions responses — or undefined if bridge isn't connected.
32 */
33export function getSelfBridgeCompatId(): string | undefined {
34 const h = getReplBridgeHandle()
35 return h ? toCompatSessionId(h.bridgeSessionId) : undefined
36}
37
38

Callers 1

setReplBridgeHandleFunction · 0.85

Calls 2

getReplBridgeHandleFunction · 0.85
toCompatSessionIdFunction · 0.85

Tested by

no test coverage detected