MCPcopy Create free account
hub / github.com/prometheus/procfs / Less

Method Less

proc_test.go:280–280  ·  view source on GitHub ↗
(i, j int)

Source from the content-addressed store, hash-verified

278func (a byUintptr) Len() int { return len(a) }
279func (a byUintptr) Swap(i, j int) { a[i], a[j] = a[j], a[i] }
280func (a byUintptr) Less(i, j int) bool { return a[i] < a[j] }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected