Len returns number of splits
()
| 77 | |
| 78 | // Len returns number of splits |
| 79 | func (spl *Splits) Len() int { |
| 80 | return len(spl.Splits) |
| 81 | } |
| 82 | |
| 83 | // Table returns the table from the first split (should be same for all) |
| 84 | // returns nil if no splits yet |
no outgoing calls
no test coverage detected