MCPcopy
hub / github.com/yamadashy/repomix / getQueryForLang

Method getQueryForLang

src/core/treeSitter/languageParser.ts:75–78  ·  view source on GitHub ↗
(name: SupportedLang)

Source from the content-addressed store, hash-verified

73 }
74
75 public async getQueryForLang(name: SupportedLang): Promise<Query> {
76 const resources = await this.getResources(name);
77 return resources.query;
78 }
79
80 public async getStrategyForLang(name: SupportedLang): Promise<ParseStrategy> {
81 const resources = await this.getResources(name);

Callers 1

parseFileFunction · 0.80

Calls 1

getResourcesMethod · 0.95

Tested by

no test coverage detected