Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/QuantaAlpha/claude-code
/ getEntrypoint
Function
getEntrypoint
src/utils/sessionStorage.ts:423–425 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
421
}
422
423
function
getEntrypoint(): string | undefined {
424
return
process.env.CLAUDE_CODE_ENTRYPOINT
425
}
426
427
export
function
isCustomTitleEnabled(): boolean {
428
return
true
Callers
1
insertMessageChain
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected