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

Method getParserForLang

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

Source from the content-addressed store, hash-verified

68 }
69
70 public async getParserForLang(name: SupportedLang): Promise<Parser> {
71 const resources = await this.getResources(name);
72 return resources.parser;
73 }
74
75 public async getQueryForLang(name: SupportedLang): Promise<Query> {
76 const resources = await this.getResources(name);

Callers 2

parseFileFunction · 0.80

Calls 1

getResourcesMethod · 0.95

Tested by

no test coverage detected