Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/claude-code-best/claude-code
/ getSessionId
Function
getSessionId
src/bootstrap/state.ts:425–427 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
423
const
STATE: State = getInitialState()
424
425
export
function
getSessionId(): SessionId {
426
return
STATE.sessionId
427
}
428
429
export
function
regenerateSessionId(
430
options: { setCurrentAsParent?: boolean } = {},
Callers
15
executeRemoteSkill
Function · 0.85
call
Function · 0.85
search
Method · 0.85
handleSpawn
Function · 0.85
trackGitOperations
Function · 0.85
runAgent
Function · 0.85
call
Function · 0.85
call
Function · 0.85
call
Function · 0.85
makeLogEntryReader
Function · 0.85
getHistory
Function · 0.85
addToPromptHistory
Function · 0.85
Calls
no outgoing calls
Tested by
4
writeSessionLog
Function · 0.68
writeSessionLog
Function · 0.68
makeLogWithToolCalls
Function · 0.68
runWithLogLines
Function · 0.68