Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
2749
export
function
getCurrentSessionAgentColor(): string | undefined {
2750
return
getProject().currentSessionAgentColor
2751
}
2752
2753
/**
2754
* Restore session metadata into in-memory cache on resume.
Callers
1
tipRegistry.ts
File · 0.85
Calls
1
getProject
Function · 0.85
Tested by
no test coverage detected