Searched defs:SourceRootDirs (Results 1 – 3 of 3) sorted by relevance
194 type SourceRootDirs struct { struct195 dirs []string198 func (dirs *SourceRootDirs) Add(names ...string) {202 func (dirs *SourceRootDirs) SourceRootDirAllowed(path string) (bool, string) {
1564 func (c *config) SourceRootDirs() []string { func
483 SourceRootDirs []string `json:",omitempty"` member