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

Function getConfigJsonPathForRemote

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

Source from the content-addressed store, hash-verified

363}
364
365export function getConfigJsonPathForRemote(
366 remoteConfigServerUrl: string,
367): string {
368 return path.join(getPathToRemoteConfig(remoteConfigServerUrl), "config.json");
369}
370
371export function getConfigJsPathForRemote(
372 remoteConfigServerUrl: string,

Callers 1

loadSerializedConfigFunction · 0.90

Calls 1

getPathToRemoteConfigFunction · 0.85

Tested by

no test coverage detected