MCPcopy Create free account
hub / github.com/convox/rack / Less

Method Less

pkg/structs/process.go:55–57  ·  view source on GitHub ↗
(i, j int)

Source from the content-addressed store, hash-verified

53}
54
55func (ps Processes) Less(i, j int) bool {
56 return ps[i].sortKey() < ps[j].sortKey()
57}

Callers

nothing calls this directly

Calls 1

sortKeyMethod · 0.80

Tested by

no test coverage detected