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

Function logSessionComplete

src/bridge/bridgeUI.ts:333–338  ·  view source on GitHub ↗
(sessionId: string, durationMs: number)

Source from the content-addressed store, hash-verified

331 },
332
333 logSessionComplete(sessionId: string, durationMs: number): void {
334 printLog(
335 chalk.dim(`[${timestamp()}]`) +
336 ` Session ${chalk.green('completed')} (${formatDuration(durationMs)}) ${chalk.dim(sessionId)}\n`,
337 )
338 },
339
340 logSessionFailed(sessionId: string, error: string): void {
341 printLog(

Callers

nothing calls this directly

Calls 3

printLogFunction · 0.85
timestampFunction · 0.85
formatDurationFunction · 0.70

Tested by

no test coverage detected