MCPcopy
hub / github.com/claude-code-best/claude-code / getEntrypoint

Function getEntrypoint

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

Source from the content-addressed store, hash-verified

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

Callers 1

insertMessageChainMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected