| 20 | } |
| 21 | |
| 22 | type layoutInputImageReference struct { |
| 23 | name string |
| 24 | } |
| 25 | |
| 26 | func ParseInputImageReference(input string) InputImageReference { |
| 27 | if strings.HasPrefix(input, "oci:") { |
nothing calls this directly
no outgoing calls
no test coverage detected