Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/guangzhengli/ChatFiles
/ languageMap
Interface
languageMap
utils/app/codeblock.ts:1–3 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
interface
languageMap {
2
[key: string]: string | undefined;
3
}
4
5
export
const
programmingLanguages: languageMap = {
6
javascript:
'.js'
,
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected