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

Function isCoreFile

src/utils/exampleCommands.ts:31–33  ·  view source on GitHub ↗
(path: string)

Source from the content-addressed store, hash-verified

29]
30
31function isCoreFile(path: string): boolean {
32 return !NON_CORE_PATTERNS.some(p => p.test(path))
33}
34
35/**
36 * Counts occurrences of items in an array and returns the top N items

Callers 1

pickDiverseCoreFilesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected