MatchAllQuery is query that matches all the packages
| 74 | |
| 75 | // MatchAllQuery is query that matches all the packages |
| 76 | type MatchAllQuery struct{} |
| 77 | |
| 78 | // Matches if any of L, R matches |
| 79 | func (q *OrQuery) Matches(pkg PackageLike) bool { |
nothing calls this directly
no outgoing calls
no test coverage detected