MCPcopy Index your code
hub / github.com/continuedev/continue / getSharedConfigFilePath

Function getSharedConfigFilePath

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

Source from the content-addressed store, hash-verified

96}
97
98export function getSharedConfigFilePath(): string {
99 return path.join(getContinueGlobalPath(), "sharedConfig.json");
100}
101
102export function getSessionFilePath(sessionId: string): string {
103 return path.join(getSessionsFolderPath(), `${sessionId}.json`);

Callers

nothing calls this directly

Calls 1

getContinueGlobalPathFunction · 0.85

Tested by

no test coverage detected