Home
last modified time | relevance | path

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

/build/blueprint/microfactory/
Dmicrofactory.go164 type linkedDepSet struct { struct
169 func newDepSet() *linkedDepSet {
170 return &linkedDepSet{packageSet: make(map[string]*GoPackage)}
172 func (s *linkedDepSet) tryGetByName(name string) (*GoPackage, bool) { argument
176 func (s *linkedDepSet) getByName(name string) *GoPackage { argument
180 func (s *linkedDepSet) add(name string, goPackage *GoPackage) { argument
184 func (s *linkedDepSet) ignore(name string) { argument
262 func (p *GoPackage) findDeps(config *Config, path string, allPackages *linkedDepSet) error {