MCPcopy Create free account
hub / github.com/colbymchenry/codegraph / isGeneratedFile

Function isGeneratedFile

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

Source from the content-addressed store, hash-verified

98 * relevance hint for disambiguation, not a hard claim.
99 */
100export function isGeneratedFile(filePath: string): boolean {
101 return GENERATED_PATTERNS.some((p) => p.test(filePath));
102}
103
104// =============================================================================
105// Content-header detection (#1500)

Callers 8

flushFnRefCandidatesMethod · 0.90
flushValueRefsMethod · 0.90
goGrpcStubImplEdgesFunction · 0.90
isLowValueFileFunction · 0.90
generatedPredicateForMethod · 0.90
detectGeneratedFileFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected