MCPcopy
hub / github.com/callstack/agent-device / resolvePath

Function resolvePath

src/metro/client-metro.ts:149–151  ·  view source on GitHub ↗
(inputPath: string, env: EnvSource, cwd: string)

Source from the content-addressed store, hash-verified

147}
148
149function resolvePath(inputPath: string, env: EnvSource, cwd: string): string {
150 return resolveUserPath(inputPath, { env, cwd });
151}
152
153function fileExists(filePath: string): boolean {
154 try {

Callers 3

resolveMetroLogPathFunction · 0.70

Calls 1

resolveUserPathFunction · 0.90

Tested by

no test coverage detected