Skip to content

Commit

Permalink
Added depthAllNodes method to DepthTracker allowing access to the Inf…
Browse files Browse the repository at this point in the history
…oKeepers collection.
  • Loading branch information
wmiel committed Aug 9, 2016
1 parent 70519e1 commit 50b0283
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -410,6 +410,7 @@ trait DepthTracker extends QueueBasedTraverser[Node] {
}

def depth(id: Int) = depthTracker.infoOfNode(id)
def depthAllNodes = depthTracker.infoAllNodes
}

/**
Expand Down

0 comments on commit 50b0283

Please sign in to comment.