Rename Check-ish -> Contains-ish
Contains[*] indicates what the check is for. [*] I considered Has/Have, but settled on Contains to avoid confusion with the HasA iterator.
This commit is contained in:
parent
a81005ba21
commit
1606e98d9f
20 changed files with 142 additions and 143 deletions
|
|
@ -61,7 +61,7 @@ func (it *Null) TagResults(dst map[string]graph.Value) {
|
|||
}
|
||||
}
|
||||
|
||||
func (it *Null) Check(graph.Value) bool {
|
||||
func (it *Null) Contains(graph.Value) bool {
|
||||
return false
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue