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

Function isCustomTitleEnabled

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

Source from the content-addressed store, hash-verified

425}
426
427export function isCustomTitleEnabled(): boolean {
428 return true
429}
430
431// Memoized: called 12+ times per turn via hooks.ts createBaseHookInput
432// (PostToolUse path, 5×/turn) + various save* functions. Input is a cwd

Callers 4

LogSelectorFunction · 0.85
callFunction · 0.85
ResumeConversationFunction · 0.85
tipRegistry.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected