Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/perkeep/perkeep
/ Less
Method
Less
pkg/blobserver/files/enumerate_test.go:122–124 ·
view source on GitHub ↗
(i, j int)
Source
from the content-addressed store, hash-verified
120
}
121
122
func
(sb SortedSizedBlobs) Less(i, j int) bool {
123
return
sb[i].Ref.String() < sb[j].Ref.String()
124
}
125
126
func
(sb SortedSizedBlobs) Swap(i, j int) {
127
panic(
"not needed"
)
Callers
nothing calls this directly
Calls
1
String
Method · 0.45
Tested by
no test coverage detected