(digest, kind string)
| 296 | ) |
| 297 | |
| 298 | func newRef(digest, kind string) string { |
| 299 | return fmt.Sprintf("%s-%s", kind, digest) |
| 300 | } |
| 301 | |
| 302 | func (r *Referrer) MapID() string { |
| 303 | return newRef(r.Digest, r.Kind) |
no outgoing calls
no test coverage detected