Len returns the length of the uints array.
()
| 52 | |
| 53 | // Len returns the length of the uints array. |
| 54 | func (x NodeKeys) Len() int { return len(x) } |
| 55 | |
| 56 | // Less returns true if node i is less than node j. |
| 57 | func (x NodeKeys) Less(i, j int) bool { return x[i].Less(&x[j]) } |
no outgoing calls
no test coverage detected