MCPcopy
hub / github.com/codeaashu/claude-code / getSessionId

Function getSessionId

src/bootstrap/state.ts:431–433  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

429const STATE: State = getInitialState()
430
431export function getSessionId(): SessionId {
432 return STATE.sessionId
433}
434
435export function regenerateSessionId(
436 options: { setCurrentAsParent?: boolean } = {},

Callers 15

makeLogEntryReaderFunction · 0.85
getHistoryFunction · 0.85
addToPromptHistoryFunction · 0.85
submitMessageMethod · 0.85
getSessionIdMethod · 0.85
saveCurrentSessionCostsFunction · 0.85
runFunction · 0.85
setupFunction · 0.85
executeRemoteSkillFunction · 0.85
callFunction · 0.85
handleSpawnSplitPaneFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected