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