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

Function hasAutoMemPathOverride

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

Source from the content-addressed store, hash-verified

192 * memory prompt when a custom system prompt replaces the default.
193 */
194export function hasAutoMemPathOverride(): boolean {
195 return getAutoMemPathOverride() !== undefined
196}
197
198/**
199 * Returns the canonical git repo root if available, otherwise falls back to

Callers 2

submitMessageMethod · 0.85

Calls 1

getAutoMemPathOverrideFunction · 0.85

Tested by

no test coverage detected