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

Method Layout

pkg/client/input_image_reference.go:14–14  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

12type InputImageReference interface {
13 Name() string
14 Layout() bool
15 FullName() (string, error)
16}
17

Callers 6

testInputImageReferenceFunction · 0.95
EnableMethod · 0.65
BuildMethod · 0.65
parseReferenceMethod · 0.65
validateBuildFlagsFunction · 0.65

Implementers 2

defaultInputImageReferencepkg/client/input_image_reference.go
layoutInputImageReferencepkg/client/input_image_reference.go

Calls

no outgoing calls

Tested by 2

testInputImageReferenceFunction · 0.76