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

Function isErlangAppFile

src/extraction/grammars.ts:213–215  ·  view source on GitHub ↗
(filePath: string)

Source from the content-addressed store, hash-verified

211 * last-dot extension (`.src`) is far too generic for EXTENSION_MAP.
212 */
213export function isErlangAppFile(filePath: string): boolean {
214 return /\.app(?:\.src)?$/i.test(filePath);
215}
216
217/**
218 * Play Framework routes file: the extensionless `conf/routes` (and included

Callers 2

isSourceFileFunction · 0.85
detectLanguageFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected