Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Noumena-Network/code
/ getSessionId
Function
getSessionId
src/bootstrap/state.ts:437–439 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
435
const
STATE: State = getInitialState()
436
437
export
function
getSessionId(): SessionId {
438
return
STATE.sessionId
439
}
440
441
export
function
regenerateSessionId(
442
options: { setCurrentAsParent?: boolean } = {},
Callers
15
registerStopHook
Function · 0.85
makeLogEntryReader
Function · 0.85
getHistory
Function · 0.85
addToPromptHistory
Function · 0.85
submitMessage
Method · 0.85
getSessionId
Method · 0.85
saveCurrentSessionCosts
Function · 0.85
run
Function · 0.85
setup
Function · 0.85
executeRemoteSkill
Function · 0.85
call
Function · 0.85
getPromptForCommand
Function · 0.85
Calls
no outgoing calls
Tested by
1
registerStopHook
Function · 0.68