Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/UiPath/uipathcli
/ newArchive
Function
newArchive
plugin/archive.go:9–14 ·
view source on GitHub ↗
(archiveType ArchiveType)
Source
from the content-addressed store, hash-verified
7
}
8
9
func
newArchive(archiveType ArchiveType) Archive {
10
if
archiveType == ArchiveTypeZip {
11
return
newZipArchive()
12
}
13
return
newTarGzArchive()
14
}
Callers
1
getModule
Method · 0.85
Calls
2
newZipArchive
Function · 0.85
newTarGzArchive
Function · 0.85
Tested by
no test coverage detected