Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/colbymchenry/codegraph
/ configPath
Function
configPath
src/installer/targets/hermes.ts:111–113 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
109
}
110
111
function
configPath(): string {
112
return
path.join(hermesHome(),
'config.yaml'
);
113
}
114
115
function
readText(file: string): string {
116
try {
Callers
5
detect
Method · 0.70
uninstall
Method · 0.70
printConfig
Method · 0.70
describePaths
Method · 0.70
writeHermesConfig
Function · 0.70
Calls
2
hermesHome
Function · 0.85
join
Method · 0.45
Tested by
no test coverage detected