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

Function buildReactDevtoolsNpmExecArgs

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

Source from the content-addressed store, hash-verified

38};
39
40export function buildReactDevtoolsNpmExecArgs(args: string[]): string[] {
41 return [
42 'exec',
43 '--yes',
44 '--package',
45 AGENT_REACT_DEVTOOLS_PACKAGE,
46 '--',
47 AGENT_REACT_DEVTOOLS_BIN,
48 ...args,
49 ];
50}
51
52function isRemoteIosBridgeBackend(leaseBackend: CliFlags['leaseBackend']): boolean {
53 return leaseBackend === 'ios-instance';

Callers 2

runReactDevtoolsCommandFunction · 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…