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

Method updateCachedHeader

packages/runtime/src/runtime-kernel.ts:170–170  ·  view source on GitHub ↗
(sessionId: string, header: SessionHeader)

Source from the content-addressed store, hash-verified

168 runningTurnIds?(sessionId: string): string[];
169 hasActiveRun?(sessionId: string, runId: string, turnId?: string): boolean;
170 updateCachedHeader(sessionId: string, header: SessionHeader): void;
171 invalidateBackend(sessionId: string): Promise<void>;
172 invalidateCachedBackends(): Promise<void>;
173 disposeBackend(sessionId: string): Promise<void>;

Callers 13

setSessionStatusMethod · 0.65
commitRevisionVersionMethod · 0.65
setFlaggedMethod · 0.65
renameSessionMethod · 0.65
setPermissionModeMethod · 0.65
setCollaborationModeMethod · 0.65
setOrchestrationModeMethod · 0.65
updateHeaderMethod · 0.65

Implementers 2

RuntimeKernelpackages/runtime/src/runtime-kernel.ts
DelegatingRuntimeKernelpackages/runtime/src/__tests__/session

Calls

no outgoing calls

Tested by

no test coverage detected