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

Function readAndroidSnapshotNodes

src/daemon/android-system-dialog.ts:263–268  ·  view source on GitHub ↗
(session: SessionState)

Source from the content-addressed store, hash-verified

261}
262
263async function readAndroidSnapshotNodes(session: SessionState): Promise<SnapshotNode[]> {
264 const rawSnapshot = await snapshotAndroid(session.device, {
265 interactiveOnly: false,
266 });
267 return attachRefs(pruneGroupNodes(rawSnapshot.nodes));
268}
269
270async function tapAndroidDialogButton(
271 session: SessionState,

Calls 3

snapshotAndroidFunction · 0.90
attachRefsFunction · 0.90
pruneGroupNodesFunction · 0.90

Tested by

no test coverage detected