Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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. */
61
export
function
getLanguageFileCode(code: string): string {
62
return
LANGUAGE_FILE_MAP[code] ?? code;
63
}
Callers
1
fetchLanguageWords
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected