MCPcopy Create free account
hub / github.com/MoonshotAI/kimi-code / flushMetadata

Method flushMetadata

packages/agent-core/src/session/index.ts:705–709  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

703 }
704
705 async flushMetadata() {
706 await this.skillsReady;
707 await this.writeMetadataPromise;
708 await Promise.all(Array.from(this.readyAgents()).map((agent) => agent.records.flush()));
709 }
710
711 async listSkills(): Promise<readonly SkillSummary[]> {
712 await this.skillsReady;

Callers 9

closeMethod · 0.95
closeForReloadMethod · 0.95
forkSessionMethod · 0.80
exportSessionMethod · 0.80

Calls 2

readyAgentsMethod · 0.95
flushMethod · 0.65

Tested by

no test coverage detected