MCPcopy Create free account
hub / github.com/codeaashu/claude-code / getCurrentSessionTag

Function getCurrentSessionTag

src/utils/sessionStorage.ts:2731–2737  ·  view source on GitHub ↗
(sessionId: UUID)

Source from the content-addressed store, hash-verified

2729}
2730
2731export function getCurrentSessionTag(sessionId: UUID): string | undefined {
2732 // Only returns tag for current session (the only one we cache)
2733 if (sessionId === getSessionId()) {
2734 return getProject().currentSessionTag
2735 }
2736 return undefined
2737}
2738
2739export function getCurrentSessionTitle(
2740 sessionId: SessionId,

Callers 1

ToggleTagAndCloseFunction · 0.85

Calls 2

getSessionIdFunction · 0.85
getProjectFunction · 0.85

Tested by

no test coverage detected