MCPcopy Index your code
hub / github.com/liuup/claude-code-analysis / getEntrypoint

Function getEntrypoint

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

Source from the content-addressed store, hash-verified

421}
422
423function getEntrypoint(): string | undefined {
424 return process.env.CLAUDE_CODE_ENTRYPOINT
425}
426
427export function isCustomTitleEnabled(): boolean {
428 return true

Callers 1

insertMessageChainMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected