Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aptly-dev/aptly
/ Len
Method
Len
s3/server_test.go:458–460 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
456
type
orderedObjects []*object
457
458
func
(s orderedObjects) Len() int {
459
return
len(s)
460
}
461
func
(s orderedObjects) Swap(i, j int) {
462
s[i], s[j] = s[j], s[i]
463
}
Callers
1
locationConstraint
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected