MCPcopy Create free account
hub / github.com/Noumena-Network/code / logReconnected

Function logReconnected

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 3

printLogFunction · 0.85
timestampFunction · 0.85
formatDurationFunction · 0.70

Tested by

no test coverage detected