logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Description

purge-tree will delete all <tree> nodes; <tree> must have been created with new-tree. All of <tree>'s nodes, and their keys/values all deleted. After purge-tree, the tree is empty and you can use it again (write into it, read from it etc.).

Examples

Delete all tree data: new-tree mytree ... purge-tree mytree

Name

purge-tree - (tree)

Purpose

Delete all tree nodes.

See Also

Tree delete-treeget-treenew-treepurge-treeread-treeuse-cursorwrite-tree See all documentation $DATE $VERSION GOLF(2gg)

Syntax

purge-tree <tree>

See Also