Len returns the length of the uints array.
()
| 47 | |
| 48 | // Len returns the length of the uints array. |
| 49 | func (x MinerInfos) Len() int { return len(x) } |
| 50 | |
| 51 | // Less returns true if MinerInfo i is less than node j. |
| 52 | func (x MinerInfos) Less(i, j int) bool { |
no outgoing calls
no test coverage detected