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

Struct layoutInputImageReference

pkg/client/input_image_reference.go:22–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20}
21
22type layoutInputImageReference struct {
23 name string
24}
25
26func ParseInputImageReference(input string) InputImageReference {
27 if strings.HasPrefix(input, "oci:") {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected