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

Function resolveAndroidTextInjector

src/platforms/android/adb-executor.ts:256–259  ·  view source on GitHub ↗
(device: DeviceInfo)

Source from the content-addressed store, hash-verified

254}
255
256export function resolveAndroidTextInjector(device: DeviceInfo): AndroidTextInjector | undefined {
257 const scoped = androidAdbProviderScope.getStore();
258 return scoped?.serial === device.id ? scoped.provider.text : undefined;
259}
260
261export function resolveAndroidTouchInjector(device: DeviceInfo): AndroidTouchInjector | undefined {
262 const scoped = androidAdbProviderScope.getStore();

Callers 2

typeAndroidFunction · 0.90
fillAndroidFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected