Home
last modified time | relevance | path

Searched refs:moduleSorter (Results 1 – 1 of 1) sorted by relevance

/build/blueprint/
Dcontext.go3895 type moduleSorter struct { struct
3900 func (s moduleSorter) Len() int { argument
3904 func (s moduleSorter) Less(i, j int) bool { argument
3923 func (s moduleSorter) Swap(i, j int) { argument
3939 sort.Sort(moduleSorter{modules, c.nameInterface})