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

Function resolveMetroLogPath

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

Source from the content-addressed store, hash-verified

670}
671
672function resolveMetroLogPath(
673 input: PrepareMetroRuntimeOptions,
674 env: EnvSource,
675 cwd: string,
676 projectRoot: string,
677): string {
678 return resolvePath(
679 input.logPath ?? path.join(projectRoot, '.agent-device', 'metro.log'),
680 env,
681 cwd,
682 );
683}
684
685function resolveMetroPrepareSettings(
686 input: PrepareMetroRuntimeOptions,

Callers 1

Calls 1

resolvePathFunction · 0.70

Tested by

no test coverage detected