MCPcopy
hub / github.com/colbymchenry/codegraph / isGeneratedFile

Function isGeneratedFile

src/extraction/generated-detection.ts:79–81  ·  view source on GitHub ↗
(filePath: string)

Source from the content-addressed store, hash-verified

77 * relevance hint for disambiguation, not a hard claim.
78 */
79export function isGeneratedFile(filePath: string): boolean {
80 return GENERATED_PATTERNS.some((p) => p.test(filePath));
81}

Callers 11

flushFnRefCandidatesMethod · 0.90
flushValueRefsMethod · 0.90
goGrpcStubImplEdgesFunction · 0.90
formatContextAsMarkdownFunction · 0.90
handleSearchMethod · 0.90
handleExploreMethod · 0.90
findSymbolMatchesMethod · 0.90
findAllSymbolsMethod · 0.90
isLowValueFileFunction · 0.90
mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected