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

Function isFileLevelOnlyLanguage

src/extraction/grammars.ts:353–355  ·  view source on GitHub ↗
(language: Language)

Source from the content-addressed store, hash-verified

351 * indexed rather than skipped, so it must stay in sync with that branch.
352 */
353export function isFileLevelOnlyLanguage(language: Language): boolean {
354 return language === 'yaml' || language === 'twig' || language === 'properties';
355}
356
357/**
358 * Get all supported languages (those with grammar definitions).

Callers 3

storeResultMethod · 0.90
indexFilesMethod · 0.90
extractFromSourceFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected