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

Function withoutCommandExecutorOverride

src/utils/exec.ts:88–90  ·  view source on GitHub ↗
(fn: () => Promise<T>)

Source from the content-addressed store, hash-verified

86
87// Used by local executors to bypass the active override for intentional host command execution.
88export async function withoutCommandExecutorOverride<T>(fn: () => Promise<T>): Promise<T> {
89 return await commandExecutorOverrideScope.run(undefined, fn);
90}
91
92export async function runCmd(
93 cmd: string,

Callers 4

createSerialAdbExecutorFunction · 0.90
pullAndroidAdbFileFunction · 0.90
installAndroidAdbPackageFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected