MCPcopy Create free account
hub / github.com/Noumena-Network/code / hasExternalClaudeMdIncludes

Function hasExternalClaudeMdIncludes

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

Source from the content-addressed store, hash-verified

1582}
1583
1584export function hasExternalClaudeMdIncludes(files: MemoryFileInfo[]): boolean {
1585 return getExternalClaudeMdIncludes(files).length > 0
1586}
1587
1588export async function shouldShowClaudeMdExternalIncludesWarning(): Promise<boolean> {
1589 const config = getCurrentProjectConfig()

Callers 2

ConfigFunction · 0.85

Calls 1

Tested by

no test coverage detected