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

Function getSyncedJsonPath

src/tools/AgentTool/agentMemorySnapshot.ts:39–41  ·  view source on GitHub ↗
(agentType: string, scope: AgentMemoryScope)

Source from the content-addressed store, hash-verified

37}
38
39function getSyncedJsonPath(agentType: string, scope: AgentMemoryScope): string {
40 return join(getAgentMemoryDir(agentType, scope), SYNCED_JSON)
41}
42
43async function readJsonFile<T>(
44 path: string,

Callers 2

saveSyncedMetaFunction · 0.85
checkAgentMemorySnapshotFunction · 0.85

Calls 1

getAgentMemoryDirFunction · 0.85

Tested by

no test coverage detected