in internal/filters/filters.go [87:94]
func (a *and) Contains(name string, typ string) bool { for _, f := range a.fs { if !f.Contains(name, typ) { return false } } return true }