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

Function getUserClaudeRulesDir

src/utils/config.ts:1805–1807  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1803}
1804
1805export function getUserClaudeRulesDir(): string {
1806 return join(getClaudeConfigHomeDir(), 'rules')
1807}
1808
1809// Exported for testing only
1810export const _getConfigForTesting = getConfig

Callers 2

claudemd.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected