Home
last modified time | relevance | path

Searched defs:pkgAssociationSorter (Results 1 – 1 of 1) sorted by relevance

/build/blueprint/
Dcontext.go3655 type pkgAssociationSorter struct { struct
3656 pkgs []pkgAssociation
3659 func (s *pkgAssociationSorter) Len() int {
3663 func (s *pkgAssociationSorter) Less(i, j int) bool {
3669 func (s *pkgAssociationSorter) Swap(i, j int) {