MCPcopy
hub / github.com/codeaashu/claude-code / buildActiveFooterText

Function buildActiveFooterText

src/bridge/bridgeStatusUtil.ts:149–151  ·  view source on GitHub ↗
(url: string)

Source from the content-addressed store, hash-verified

147
148/** Footer text shown when a session is active (Connected state). */
149export function buildActiveFooterText(url: string): string {
150 return `Continue coding in the Claude app or ${url}`
151}
152
153/** Footer text shown when the bridge has failed. */
154export const FAILED_FOOTER_TEXT = 'Something went wrong, please try again'

Callers 2

BridgeDialogFunction · 0.85
renderStatusLineFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected