Searched defs:SourceRootDirs (Results 1 – 3 of 3) sorted by relevance
150 type SourceRootDirs struct { struct151 dirs []string154 func (dirs *SourceRootDirs) Add(names ...string) {158 func (dirs *SourceRootDirs) SourceRootDirAllowed(path string) (bool, string) {
469 SourceRootDirs []string `json:",omitempty"` member
1222 func (c *config) SourceRootDirs() []string { func