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

Function hasExternalClaudeMdIncludes

src/utils/claudemd.ts:1416–1418  ·  view source on GitHub ↗
(files: MemoryFileInfo[])

Source from the content-addressed store, hash-verified

1414}
1415
1416export function hasExternalClaudeMdIncludes(files: MemoryFileInfo[]): boolean {
1417 return getExternalClaudeMdIncludes(files).length > 0
1418}
1419
1420export async function shouldShowClaudeMdExternalIncludesWarning(): Promise<boolean> {
1421 const config = getCurrentProjectConfig()

Callers 2

ConfigFunction · 0.85

Calls 1

Tested by

no test coverage detected