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

Function updateSessionStatus

src/bridge/bridgeUI.ts:450–462  ·  view source on GitHub ↗
(
      _sessionId: string,
      _elapsed: string,
      activity: SessionActivity,
      _trail: string[],
    )

Source from the content-addressed store, hash-verified

448 },
449
450 updateSessionStatus(
451 _sessionId: string,
452 _elapsed: string,
453 activity: SessionActivity,
454 _trail: string[],
455 ): void {
456 // Cache tool activity for the second status line
457 if (activity.type === 'tool_start') {
458 lastToolSummary = activity.summary
459 lastToolTime = Date.now()
460 }
461 renderStatusLine()
462 },
463
464 clearStatus(): void {
465 stopConnecting()

Callers

nothing calls this directly

Calls 1

renderStatusLineFunction · 0.85

Tested by

no test coverage detected