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

Function isFileLevelOnlyLanguage

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

Source from the content-addressed store, hash-verified

560 * indexed rather than skipped, so it must stay in sync with that branch.
561 */
562export function isFileLevelOnlyLanguage(language: Language): boolean {
563 return language === 'yaml' || language === 'twig' || language === 'properties';
564}
565
566/**
567 * 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