MCPcopy Index your code
hub / github.com/continuedev/continue / getFullLanguageName

Function getFullLanguageName

core/util/treeSitter.ts:169–172  ·  view source on GitHub ↗
(filepath: string)

Source from the content-addressed store, hash-verified

167}
168
169export const getFullLanguageName = (filepath: string) => {
170 const extension = getUriFileExtension(filepath);
171 return supportedLanguages[extension];
172};
173
174export async function getQueryForFile(
175 filepath: string,

Callers 7

getSnippetsInFileMethod · 0.90
_getFileInfoMethod · 0.90
getSnippetsForNodeMethod · 0.90
extractTopLevelDeclsFunction · 0.90
getHoleContextMethod · 0.90

Calls 1

getUriFileExtensionFunction · 0.90

Tested by

no test coverage detected