MCPcopy 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

435const STATE: State = getInitialState()
436
437export function getSessionId(): SessionId {
438 return STATE.sessionId
439}
440
441export function regenerateSessionId(
442 options: { setCurrentAsParent?: boolean } = {},

Callers 15

registerStopHookFunction · 0.85
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
getPromptForCommandFunction · 0.85

Calls

no outgoing calls

Tested by 1

registerStopHookFunction · 0.68