Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cli/cli
/ Less
Method
Less
pkg/cmd/status/status.go:158–160 ·
view source on GitHub ↗
(i, j int)
Source
from the content-addressed store, hash-verified
156
}
157
158
func
(rs Results) Less(i, j int) bool {
159
return
rs[i].UpdatedAt.After(rs[j].UpdatedAt)
160
}
161
162
func
(rs Results) Swap(i, j int) {
163
rs[i], rs[j] = rs[j], rs[i]
Callers
2
Test_viewRun
Function · 0.45
Test_createRun
Function · 0.45
Calls
no outgoing calls
Tested by
2
Test_viewRun
Function · 0.36
Test_createRun
Function · 0.36