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

Function isWaitConnectedCommand

src/cli/commands/react-devtools.ts:56–58  ·  view source on GitHub ↗
(args: string[])

Source from the content-addressed store, hash-verified

54}
55
56function isWaitConnectedCommand(args: string[]): boolean {
57 return args[0] === 'wait' && args.includes('--connected');
58}
59
60function maybePrintRemoteIosWaitHint(
61 args: string[],

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected