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

Function getCurrentSessionAgentColor

src/utils/sessionStorage.ts:2749–2751  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2747}
2748
2749export function getCurrentSessionAgentColor(): string | undefined {
2750 return getProject().currentSessionAgentColor
2751}
2752
2753/**
2754 * Restore session metadata into in-memory cache on resume.

Callers 1

tipRegistry.tsFile · 0.85

Calls 1

getProjectFunction · 0.85

Tested by

no test coverage detected