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

Function buildIdleFooterText

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

Source from the content-addressed store, hash-verified

142
143/** Footer text shown when bridge is idle (Ready state). */
144export function buildIdleFooterText(url: string): string {
145 return `Code everywhere with the Claude app or ${url}`
146}
147
148/** Footer text shown when a session is active (Connected state). */
149export function buildActiveFooterText(url: string): string {

Callers 2

BridgeDialogFunction · 0.85
renderStatusLineFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected