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

Function logReconnected

src/bridge/bridgeUI.ts:360–365  ·  view source on GitHub ↗
(disconnectedMs: number)

Source from the content-addressed store, hash-verified

358 },
359
360 logReconnected(disconnectedMs: number): void {
361 printLog(
362 chalk.dim(`[${timestamp()}]`) +
363 ` ${chalk.green('Reconnected')} after ${formatDuration(disconnectedMs)}\n`,
364 )
365 },
366
367 setRepoInfo(repo: string, branchName: string): void {
368 repoName = repo

Callers

nothing calls this directly

Calls 3

printLogFunction · 0.85
timestampFunction · 0.85
formatDurationFunction · 0.70

Tested by

no test coverage detected