MCPcopy
hub / github.com/cloudfoundry/cli / Unzip

Method Unzip

cf/appfiles/zipper.go:22–22  ·  view source on GitHub ↗
(appDir string, destDir string)

Source from the content-addressed store, hash-verified

20 Zip(dirToZip string, targetFile *os.File) (err error)
21 IsZipFile(path string) bool
22 Unzip(appDir string, destDir string) (err error)
23 GetZipSize(zipFile *os.File) (int64, error)
24}
25

Callers 2

zipper_test.goFile · 0.65
ProcessPathMethod · 0.65

Implementers 2

ApplicationZippercf/appfiles/zipper.go
FakeZippercf/appfiles/appfilesfakes/fake_zipper.

Calls

no outgoing calls

Tested by

no test coverage detected