MCPcopy Index your code
hub / github.com/callstack/agent-device / session-deploy.ts

File session-deploy.ts

src/daemon/handlers/session-deploy.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import fs from 'node:fs';
2import { installProviderDeviceApp } from '../../provider-device-runtime.ts';
3import { cleanupUploadedArtifact, prepareUploadedArtifact } from '../artifact-tracking.ts';
4import { isIosFamily, type DeviceInfo } from '../../kernel/device.ts';

Callers

nothing calls this directly

Calls 5

installProviderDeviceAppFunction · 0.90
reinstallIosAppFunction · 0.85
reinstallAndroidAppFunction · 0.85
installIosAppFunction · 0.85
installAndroidAppFunction · 0.85

Tested by

no test coverage detected