Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/callstack/agent-device
/ install-source.test.ts
File
install-source.test.ts
src/platforms/__tests__/install-source.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ test, vi } from
'vitest'
;
2
import
assert from
'node:assert/strict'
;
3
import
{ execFileSync } from
'node:child_process'
;
4
import
dns from
'node:dns/promises'
;
Callers
nothing calls this directly
Calls
11
validateDownloadSourceUrl
Function · 0.90
isBlockedSourceHostname
Function · 0.90
isBlockedIpAddress
Function · 0.90
isTrustedInstallSourceUrl
Function · 0.90
materializeInstallablePath
Function · 0.90
prepareIosInstallArtifact
Function · 0.90
prepareAndroidInstallArtifact
Function · 0.90
findExecutableInPath
Function · 0.85
withMockedInstallSourceFetch
Function · 0.85
withIsolatedInstallTempRoot
Function · 0.85
writeIosInfoPlist
Function · 0.70
Tested by
no test coverage detected