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

Function isFileLevelOnlyLanguage

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

Source from the content-addressed store, hash-verified

599 * indexed rather than skipped, so it must stay in sync with that branch.
600 */
601export function isFileLevelOnlyLanguage(language: Language): boolean {
602 return language === 'yaml' || language === 'twig' || language === 'properties';
603}
604
605/**
606 * Get all supported languages (those with grammar definitions).

Callers 4

storeResultMethod · 0.90
indexFilesMethod · 0.90
healZeroNodeRowsMethod · 0.90
extractFromSourceFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected