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

Method IsZipFile

cf/appfiles/zipper.go:21–21  ·  view source on GitHub ↗
(path string)

Source from the content-addressed store, hash-verified

19type Zipper interface {
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}

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