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

Function stopSessionAndroidSnapshotHelper

src/daemon/session-teardown.ts:57–60  ·  view source on GitHub ↗
(session: SessionState)

Source from the content-addressed store, hash-verified

55}
56
57export async function stopSessionAndroidSnapshotHelper(session: SessionState): Promise<void> {
58 if (session.device.platform !== 'android') return;
59 await stopAndroidSnapshotHelperSessionForDevice(session.device);
60}
61
62export async function teardownSessionResources(
63 session: SessionState,

Callers 2

handleCloseCommandFunction · 0.90
teardownSessionResourcesFunction · 0.85

Tested by

no test coverage detected