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

Method updateHeader

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

Source from the content-addressed store, hash-verified

5237 }
5238
5239 private async updateHeader(sessionId: string, patch: SessionHeaderPatch): Promise<SessionHeader> {
5240 const next = await this.deps.store.updateHeader(sessionId, patch);
5241 this.runtimeKernel.updateCachedHeader(sessionId, next);
5242 return next;
5243 }
5244
5245 private async isPlanOperationReplay(
5246 sessionId: string,

Callers 2

updateStatusMethod · 0.95

Calls 2

updateHeaderMethod · 0.65
updateCachedHeaderMethod · 0.65

Tested by

no test coverage detected