parent
cb177aa390
commit
f8e28e066e
20 changed files with 37 additions and 37 deletions
|
|
@ -152,9 +152,9 @@ func (it *Comparison) Result() graph.Value {
|
|||
return it.result
|
||||
}
|
||||
|
||||
func (it *Comparison) NextResult() bool {
|
||||
func (it *Comparison) NextPath() bool {
|
||||
for {
|
||||
hasNext := it.subIt.NextResult()
|
||||
hasNext := it.subIt.NextPath()
|
||||
if !hasNext {
|
||||
return false
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue