MCPcopy Index your code
hub / github.com/cloudfoundry/java-buildpack / NewDistZipContainer

Function NewDistZipContainer

src/java/containers/dist_zip.go:19–23  ·  view source on GitHub ↗

NewDistZipContainer creates a new Dist ZIP container

(ctx *common.Context)

Source from the content-addressed store, hash-verified

17
18// NewDistZipContainer creates a new Dist ZIP container
19func NewDistZipContainer(ctx *common.Context) *DistZipContainer {
20 return &DistZipContainer{
21 context: ctx,
22 }
23}
24
25// Detect checks if this is a Dist ZIP application
26func (d *DistZipContainer) Detect() (string, error) {

Callers 3

container_test.goFile · 0.92
dist_zip_test.goFile · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected