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

Function getConfigJsPathForRemote

core/util/paths.ts:371–375  ·  view source on GitHub ↗
(
  remoteConfigServerUrl: string,
)

Source from the content-addressed store, hash-verified

369}
370
371export function getConfigJsPathForRemote(
372 remoteConfigServerUrl: string,
373): string {
374 return path.join(getPathToRemoteConfig(remoteConfigServerUrl), "config.js");
375}
376
377export function getContinueDotEnv(): { [key: string]: string } {
378 const filepath = path.join(getContinueGlobalPath(), ".env");

Callers 1

Calls 1

getPathToRemoteConfigFunction · 0.85

Tested by

no test coverage detected