MCPcopy Create free account
hub / github.com/apache/maka / updateHeader

Method updateHeader

packages/runtime/src/session-manager.ts:669–669  ·  view source on GitHub ↗
(sessionId: string, patch: SessionHeaderPatch)

Source from the content-addressed store, hash-verified

667 appendMessage(sessionId: string, m: StoredMessage): Promise<void>;
668 appendMessages(sessionId: string, ms: StoredMessage[]): Promise<void>;
669 updateHeader(sessionId: string, patch: SessionHeaderPatch): Promise<SessionHeader>;
670 updateHeaderVersioned?(
671 sessionId: string,
672 patch: SessionHeaderPatch,

Callers 8

setSessionStatusMethod · 0.65
commitRevisionVersionMethod · 0.65
setCollaborationModeMethod · 0.65
setOrchestrationModeMethod · 0.65
createRevisionSessionMethod · 0.65
updateHeaderMethod · 0.65

Implementers 4

SqliteSessionStorepackages/storage/src/session-store.ts
MemorySessionStorepackages/runtime/src/__tests__/session
ReadOnlyStorepackages/runtime/src/__tests__/runtime
TinySessionStorepackages/runtime/src/__tests__/session

Calls

no outgoing calls

Tested by

no test coverage detected