Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/buildbarn/bb-browser
/ Less
Method
Less
cmd/bb_browser/browser_service.go:874–876 ·
view source on GitHub ↗
(i, j int)
Source
from the content-addressed store, hash-verified
872
}
873
874
func
(l sizeClassList) Less(i, j int) bool {
875
return
l[i] < l[j]
876
}
877
878
func
(l sizeClassList) Swap(i, j int) {
879
l[i], l[j] = l[j], l[i]
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected