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

Function resolveMetroRuntimeFilePath

src/metro/client-metro.ts:664–670  ·  view source on GitHub ↗
(
  input: PrepareMetroRuntimeOptions,
  env: EnvSource,
  cwd: string,
)

Source from the content-addressed store, hash-verified

662}
663
664function resolveMetroRuntimeFilePath(
665 input: PrepareMetroRuntimeOptions,
666 env: EnvSource,
667 cwd: string,
668): string | null {
669 return input.runtimeFilePath ? resolvePath(input.runtimeFilePath, env, cwd) : null;
670}
671
672function resolveMetroLogPath(
673 input: PrepareMetroRuntimeOptions,

Callers 1

Calls 1

resolvePathFunction · 0.70

Tested by

no test coverage detected