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

Function isRemoteIosBridgeBackend

src/cli/commands/react-devtools.ts:52–54  ·  view source on GitHub ↗
(leaseBackend: CliFlags['leaseBackend'])

Source from the content-addressed store, hash-verified

50}
51
52function isRemoteIosBridgeBackend(leaseBackend: CliFlags['leaseBackend']): boolean {
53 return leaseBackend === 'ios-instance';
54}
55
56function isWaitConnectedCommand(args: string[]): boolean {
57 return args[0] === 'wait' && args.includes('--connected');

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…