Searched defs:GlobResult (Results 1 – 3 of 3) sorted by relevance
32 type GlobResult struct { struct34 Pattern string36 Excludes []string39 Matches []string42 Deps []string46 func (result GlobResult) FileList() []byte {
25 func verifyGlob(key globKey, pattern string, excludes []string, g pathtools.GlobResult) {
274 func globToBucket(g pathtools.GlobResult) int {