Fix linksto and zero-costs
This commit is contained in:
parent
e453385d5e
commit
a371155cd2
2 changed files with 23 additions and 14 deletions
|
|
@ -212,5 +212,5 @@ func (it *LinksTo) Stats() graph.IteratorStats {
|
|||
}
|
||||
|
||||
func (it *LinksTo) Size() (int64, bool) {
|
||||
return 0, true
|
||||
return it.Stats().Size, false
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue