MCPcopy Create free account
hub / github.com/callstack/agent-device / hasReplayOpenRuntimeHints

Function hasReplayOpenRuntimeHints

src/replay/open-script.ts:43–53  ·  view source on GitHub ↗
(
  flags: ReturnType<typeof parseReplayRuntimeFlags>['flags'],
)

Source from the content-addressed store, hash-verified

41}
42
43function hasReplayOpenRuntimeHints(
44 flags: ReturnType<typeof parseReplayRuntimeFlags>['flags'],
45): boolean {
46 return Boolean(
47 flags.platform ||
48 flags.metroHost ||
49 flags.metroPort !== undefined ||
50 flags.bundleUrl ||
51 flags.launchUrl,
52 );
53}

Callers 1

parseReplayOpenFlagsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…