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

Function getAutoMemEntrypoint

src/memdir/paths.ts:257–259  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

255 * Follows the same resolution order as getAutoMemPath().
256 */
257export function getAutoMemEntrypoint(): string {
258 return join(getAutoMemPath(), AUTO_MEM_ENTRYPOINT_NAME)
259}
260
261/**
262 * Check if an absolute path is within the auto-memory directory.

Callers 2

claudemd.tsFile · 0.85
getMemoryPathFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected