MCPcopy 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
111function configPath(): string {
112 return path.join(hermesHome(), 'config.yaml');
113}
114
115function readText(file: string): string {
116 try {

Callers 5

detectMethod · 0.70
uninstallMethod · 0.70
printConfigMethod · 0.70
describePathsMethod · 0.70
writeHermesConfigFunction · 0.70

Calls 2

hermesHomeFunction · 0.85
joinMethod · 0.45

Tested by

no test coverage detected