MCPcopy Create free account
hub / github.com/Noumena-Network/code / saveMode

Function saveMode

src/utils/sessionStorage.ts:3059–3061  ·  view source on GitHub ↗
(mode: 'coordinator' | 'normal')

Source from the content-addressed store, hash-verified

3057 * Cache-only here to avoid creating metadata-only session files at startup.
3058 */
3059export function saveMode(mode: 'coordinator' | 'normal'): void {
3060 getProject().currentSessionMode = mode
3061}
3062
3063/**
3064 * Record the session's worktree state for --resume. Written to disk by

Callers 7

runFunction · 0.85
clearConversationFunction · 0.85
onSelectFunction · 0.85
REPLFunction · 0.85
loadInitialMessagesFunction · 0.85

Calls 1

getProjectFunction · 0.85

Tested by

no test coverage detected