MCPcopy Index your code
hub / github.com/cloudfoundry/cli / GetZipSize

Method GetZipSize

cf/appfiles/zipper.go:23–23  ·  view source on GitHub ↗
(zipFile *os.File)

Source from the content-addressed store, hash-verified

21 IsZipFile(path string) bool
22 Unzip(appDir string, destDir string) (err error)
23 GetZipSize(zipFile *os.File) (int64, error)
24}
25
26type ApplicationZipper struct{}

Callers 2

uploadAppMethod · 0.65
zipper_test.goFile · 0.65

Implementers 2

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

Calls

no outgoing calls

Tested by

no test coverage detected