Commit ebc286c3 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 44a2e6db
......@@ -183,7 +183,6 @@ func δZConnectTracked(δZv []zodb.Oid, T blib.PPTreeSubSet) (δZTC setOid, δto
return δZTC, δtopsByRoot
}
// treediff computes δT/δtrack/δtkeycov for tree/trackSet specified by root in between old..new.
//
// δtops is set of top nodes for changed subtrees.
......@@ -324,7 +323,7 @@ type nodeInRange struct {
//
// Get(key) -> node - get node covering key
// Expand(node) -> children - replace node with its children
// GetToLeaf(key) -> leaf - get/expand to leaf node covering key
// GetToLeaf(key) -> leaf - get/expand to leaf node that covers key
type rangeSplit []*nodeInRange // key↑
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment