MCPcopy Create free account
hub / github.com/buildpacks/pack / lifecycle

Struct lifecycle

internal/builder/lifecycle.go:33–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31}
32
33type lifecycle struct {
34 descriptor LifecycleDescriptor
35 Blob
36}
37
38// NewLifecycle creates a Lifecycle from a Blob
39func NewLifecycle(blob Blob) (Lifecycle, error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected