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

Function readRemoteBridgeField

src/cli/commands/react-devtools.ts:81–89  ·  view source on GitHub ↗
(
  missing: string[],
  field: string,
  value: string | undefined,
)

Source from the content-addressed store, hash-verified

79}
80
81function readRemoteBridgeField(
82 missing: string[],
83 field: string,
84 value: string | undefined,
85): string {
86 if (value) return value;
87 missing.push(field);
88 return '';
89}
90
91function resolveRemoteBridgeConfig(
92 flags: ReactDevtoolsCommandOptions['flags'],

Callers 1

Calls 1

pushMethod · 0.80

Tested by

no test coverage detected