Get tree

Purpose: Get information about a tree.

get-tree <tree> \
    ( count <count> ) | ( hops <hops> )

get-tree provides information about <tree> (created by new-tree):
Examples
Get the number of nodes (keys) in a tree:
new-tree mytree
...
get-tree mytree count c

See also
Tree
delete-tree  
get-tree  
new-tree  
purge-tree  
read-tree  
use-cursor  
write-tree  
See all
documentation


Copyright (c) 2019-2025 Gliim LLC. All contents on this web site is "AS IS" without warranties or guarantees of any kind.