Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MoonshotAI/kimi-code
/ readMetadata
Method
readMetadata
packages/agent-core/src/session/index.ts:699–703 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
697
}
698
699
async
readMetadata() {
700
const
text =
await
this.persistenceKaos.readText(this.metadataPath);
701
this.metadata = JSON.parse(text);
702
return
this.metadata;
703
}
704
705
async
flushMetadata() {
706
await
this.skillsReady;
Callers
1
resume
Method · 0.95
Calls
1
readText
Method · 0.65
Tested by
no test coverage detected