MCPcopy 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

456type orderedObjects []*object
457
458func (s orderedObjects) Len() int {
459 return len(s)
460}
461func (s orderedObjects) Swap(i, j int) {
462 s[i], s[j] = s[j], s[i]
463}

Callers 1

locationConstraintFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected