(i, j int)
| 278 | func (a byUintptr) Len() int { return len(a) } |
| 279 | func (a byUintptr) Swap(i, j int) { a[i], a[j] = a[j], a[i] } |
| 280 | func (a byUintptr) Less(i, j int) bool { return a[i] < a[j] } |
nothing calls this directly
no outgoing calls
no test coverage detected