MCPcopy
hub / github.com/codeaashu/claude-code / getAgentMetadataPath

Function getAgentMetadataPath

src/utils/sessionStorage.ts:260–262  ·  view source on GitHub ↗
(agentId: AgentId)

Source from the content-addressed store, hash-verified

258}
259
260function getAgentMetadataPath(agentId: AgentId): string {
261 return getAgentTranscriptPath(agentId).replace(/\.jsonl$/, '.meta.json')
262}
263
264export type AgentMetadata = {
265 agentType: string

Callers 2

writeAgentMetadataFunction · 0.85
readAgentMetadataFunction · 0.85

Calls 1

getAgentTranscriptPathFunction · 0.85

Tested by

no test coverage detected