MCPcopy Index your code
hub / github.com/codeaashu/claude-code / getSnapshotJsonPath

Function getSnapshotJsonPath

src/tools/AgentTool/agentMemorySnapshot.ts:35–37  ·  view source on GitHub ↗
(agentType: string)

Source from the content-addressed store, hash-verified

33}
34
35function getSnapshotJsonPath(agentType: string): string {
36 return join(getSnapshotDirForAgent(agentType), SNAPSHOT_JSON)
37}
38
39function getSyncedJsonPath(agentType: string, scope: AgentMemoryScope): string {
40 return join(getAgentMemoryDir(agentType, scope), SYNCED_JSON)

Callers 1

checkAgentMemorySnapshotFunction · 0.85

Calls 1

getSnapshotDirForAgentFunction · 0.85

Tested by

no test coverage detected