Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
55
func
(ps Processes) Less(i, j int) bool {
56
return
ps[i].sortKey() < ps[j].sortKey()
57
}
Callers
nothing calls this directly
Calls
1
sortKey
Method · 0.80
Tested by
no test coverage detected