Home
last modified time | relevance | path

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

/build/blueprint/
Dcontext.go100 cachedSortedModuleNames []string member
2057 if c.cachedSortedModuleNames == nil {
2058 c.cachedSortedModuleNames = make([]string, 0, len(c.moduleGroups))
2060 c.cachedSortedModuleNames = append(c.cachedSortedModuleNames,
2063 sort.Strings(c.cachedSortedModuleNames)
2066 return c.cachedSortedModuleNames