RefKey is a unique id for package reference list
(component string)
| 623 | |
| 624 | // RefKey is a unique id for package reference list |
| 625 | func (p *PublishedRepo) RefKey(component string) []byte { |
| 626 | return []byte("E" + p.UUID + component) |
| 627 | } |
| 628 | |
| 629 | // RefList returns list of package refs in local repo |
| 630 | func (p *PublishedRepo) RefList(component string) *PackageRefList { |
no outgoing calls
no test coverage detected