Documentation
¶
Overview ¶
internal/tree/tree.go
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Node ¶
Node represents a branch in the stack tree.
func GetAncestors ¶
GetAncestors returns all ancestors from node to root (excluding the node itself).
func GetDescendants ¶
GetDescendants returns all descendants of a node (excluding the node itself).
Click to show internal directories.
Click to hide internal directories.