Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/opentrace/opentrace
/ detectLanguage
Function
detectLanguage
ui/src/components/pipeline/stages/loading.ts:51–53 ·
view source on GitHub ↗
(ext: string)
Source
from the content-addressed store, hash-verified
49
}
50
51
export
function
detectLanguage(ext: string): string | null {
52
return
LANGUAGE_MAP[ext] ?? null;
53
}
54
55
export
function
ensureDirChain(
56
repoId: string,
Callers
5
execute
Function · 0.90
parseFile
Function · 0.90
execute
Function · 0.90
process
Method · 0.90
loading.test.ts
File · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected