MCPcopy 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
9func newArchive(archiveType ArchiveType) Archive {
10 if archiveType == ArchiveTypeZip {
11 return newZipArchive()
12 }
13 return newTarGzArchive()
14}

Callers 1

getModuleMethod · 0.85

Calls 2

newZipArchiveFunction · 0.85
newTarGzArchiveFunction · 0.85

Tested by

no test coverage detected