MCPcopy Index your code
hub / github.com/callstack/agent-device / resolveRemoteConfigPath

Function resolveRemoteConfigPath

src/remote/remote-config-core.ts:108–111  ·  view source on GitHub ↗
(options: RemoteConfigProfileOptions)

Source from the content-addressed store, hash-verified

106}
107
108export function resolveRemoteConfigPath(options: RemoteConfigProfileOptions): string {
109 const env = options.env ?? process.env;
110 return resolveUserPath(options.configPath, { cwd: options.cwd, env });
111}
112
113export function resolveRemoteConfigProfile(
114 options: RemoteConfigProfileOptions,

Callers 3

readRemoteConfigFileFunction · 0.85

Calls 1

resolveUserPathFunction · 0.90

Tested by

no test coverage detected