(source string)
| 103 | } |
| 104 | |
| 105 | func distributionSourceLabelKey(source string) string { |
| 106 | return labels.LabelDistributionSource + "." + source |
| 107 | } |
| 108 | |
| 109 | // selectRepositoryMountCandidate will select the repo which has longest |
| 110 | // common prefix components as the candidate. |
no outgoing calls
searching dependent graphs…