()
| 225 | } |
| 226 | |
| 227 | func newContentMetadataHeap() contentMetadataHeap { |
| 228 | return contentMetadataHeap{index: make(map[blob.ID]int)} |
| 229 | } |
| 230 | |
| 231 | func (h contentMetadataHeap) Len() int { return len(h.data) } |
| 232 |
no outgoing calls
no test coverage detected