Commit 6a414e2d authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent ab28adcd
...@@ -1433,6 +1433,7 @@ func δassertSlice(δ interface { Head() zodb.Tid; Tail() zodb.Tid }, lo, hi zod ...@@ -1433,6 +1433,7 @@ func δassertSlice(δ interface { Head() zodb.Tid; Tail() zodb.Tid }, lo, hi zod
} }
/*
// vtree returns human-readable representation of Tree data. // vtree returns human-readable representation of Tree data.
func vtree(v []TreeEntry) string { func vtree(v []TreeEntry) string {
s := "" s := ""
...@@ -1444,6 +1445,7 @@ func vtree(v []TreeEntry) string { ...@@ -1444,6 +1445,7 @@ func vtree(v []TreeEntry) string {
} }
return s return s
} }
*/
// vnode returns brief human-readable representation of node. // vnode returns brief human-readable representation of node.
func vnode(node Node) string { func vnode(node Node) string {
......
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