MCPcopy Create free account
hub / github.com/ShivaBhattacharjee/KeyZen / getLanguageFileCode

Function getLanguageFileCode

lib/languages.ts:61–63  ·  view source on GitHub ↗
(code: string)

Source from the content-addressed store, hash-verified

59
60/** Get the canonical file code for a language layout variant. */
61export function getLanguageFileCode(code: string): string {
62 return LANGUAGE_FILE_MAP[code] ?? code;
63}

Callers 1

fetchLanguageWordsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected