MCPcopy
hub / github.com/continuedev/continue / getConfigJsonPath

Function getConfigJsonPath

core/util/paths.ts:114–117  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

112}
113
114export function getConfigJsonPath(): string {
115 const p = path.join(getContinueGlobalPath(), "config.json");
116 return p;
117}
118
119export function getConfigYamlPath(ideType?: IdeType): string {
120 const p = path.join(getContinueGlobalPath(), "config.yaml");

Callers 9

shouldPrefilterFunction · 0.90
loadSerializedConfigFunction · 0.90
doLoadConfigFunction · 0.90
getCommandsMapFunction · 0.90
constructorMethod · 0.90
getConfigYamlPathFunction · 0.85
getPrimaryConfigFilePathFunction · 0.85
editConfigJsonFunction · 0.85
editConfigFileFunction · 0.85

Calls 1

getContinueGlobalPathFunction · 0.85

Tested by

no test coverage detected