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

Function hasDeferredMetroConfig

src/cli/commands/connection-runtime.ts:573–578  ·  view source on GitHub ↗
(flags: CliFlags)

Source from the content-addressed store, hash-verified

571}
572
573export function hasDeferredMetroConfig(flags: CliFlags): boolean {
574 const metroKind = flags.metroKind;
575 return Boolean(
576 flags.metroPublicBaseUrl || flags.metroProxyBaseUrl || flags.metroProjectRoot || metroKind,
577 );
578}
579
580function isRuntimeCompatibleWithPlatform(
581 runtime: SessionRuntimeHints,

Callers 3

prepareRuntimeForCommandFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected