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

Function getAgentMemoryEntrypoint

src/tools/AgentTool/agentMemory.ts:109–114  ·  view source on GitHub ↗
(
  agentType: string,
  scope: AgentMemoryScope,
)

Source from the content-addressed store, hash-verified

107 * Returns the agent memory file path for a given agent type and scope.
108 */
109export function getAgentMemoryEntrypoint(
110 agentType: string,
111 scope: AgentMemoryScope,
112): string {
113 return join(getAgentMemoryDir(agentType, scope), 'MEMORY.md')
114}
115
116export function getMemoryScopeDisplay(
117 memory: AgentMemoryScope | undefined,

Callers

nothing calls this directly

Calls 1

getAgentMemoryDirFunction · 0.85

Tested by

no test coverage detected