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

Function cacheSessionTitle

src/utils/sessionStorage.ts:2870–2872  ·  view source on GitHub ↗
(customTitle: string)

Source from the content-addressed store, hash-verified

2868 * orphan metadata-only file is created before the session ID is finalized.
2869 */
2870export function cacheSessionTitle(customTitle: string): void {
2871 getProject().currentSessionTitle = customTitle
2872}
2873
2874/**
2875 * Cache the session mode. Written to disk by materializeSessionFile on the

Callers 1

runFunction · 0.85

Calls 1

getProjectFunction · 0.85

Tested by

no test coverage detected