Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
424
function
getEntrypoint(): string | undefined {
425
return
process.env.CLAUDE_CODE_ENTRYPOINT
426
}
427
428
export
function
isCustomTitleEnabled(): boolean {
429
return
true
Callers
1
insertMessageChain
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected