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

Function getGlobalContextFilePath

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

Source from the content-addressed store, hash-verified

92}
93
94export function getGlobalContextFilePath(): string {
95 return path.join(getIndexFolderPath(), "globalContext.json");
96}
97
98export function getSharedConfigFilePath(): string {
99 return path.join(getContinueGlobalPath(), "sharedConfig.json");

Callers 4

MCPOauth.vitest.tsFile · 0.90
updateMethod · 0.90
getMethod · 0.90

Calls 1

getIndexFolderPathFunction · 0.85

Tested by

no test coverage detected