Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/callstack/agent-device
/ adb-executor.test.ts
File
adb-executor.test.ts
src/platforms/android/__tests__/adb-executor.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
assert from
'node:assert/strict'
;
2
import
{ test, vi } from
'vitest'
;
3
4
const
{ runCmdBackgroundMock } = vi.hoisted(() => ({
Callers
nothing calls this directly
Calls
10
createDeviceAdbExecutor
Function · 0.90
withAndroidAdbProvider
Function · 0.90
resolveAndroidAdbExecutor
Function · 0.90
resolveAndroidAdbProvider
Function · 0.90
createLocalAndroidAdbProvider
Function · 0.90
createAndroidPortReverseManager
Function · 0.90
pullAndroidAdbFile
Function · 0.90
installAndroidAdbPackage
Function · 0.90
push
Method · 0.80
adb
Function · 0.70
Tested by
no test coverage detected