Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
26
type
ApplicationZipper
struct
{}
Callers
2
uploadApp
Method · 0.65
zipper_test.go
File · 0.65
Implementers
2
ApplicationZipper
cf/appfiles/zipper.go
FakeZipper
cf/appfiles/appfilesfakes/fake_zipper.
Calls
no outgoing calls
Tested by
no test coverage detected