Len returns number of remote repos
()
| 1533 | |
| 1534 | // Len returns number of remote repos |
| 1535 | func (collection *PublishedRepoCollection) Len() int { |
| 1536 | collection.loadList() |
| 1537 | |
| 1538 | return len(collection.list) |
| 1539 | } |
| 1540 | |
| 1541 | func (collection *PublishedRepoCollection) listReferencedFilesByComponent(prefix string, components []string, |
| 1542 | collectionFactory *CollectionFactory, progress aptly.Progress) (map[string][]string, error) { |
no test coverage detected