Len returns the length of the index list
()
| 520 | |
| 521 | // Len returns the length of the index list |
| 522 | func (ix *IndexView) Len() int { |
| 523 | return len(ix.Indexes) |
| 524 | } |
| 525 | |
| 526 | // Less calls the LessFunc for sorting |
| 527 | func (ix *IndexView) Less(i, j int) bool { |
no outgoing calls
no test coverage detected