tree

package
v0.6.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 3, 2026 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FileNode

type FileNode struct {
	Path       string
	Name       string
	Status     context.NodeStatus
	IsDir      bool
	TokenCount int
	Children   []*FileNode
}

func AnalyzeProjectTree

func AnalyzeProjectTree(m *context.Manager, showGitIgnored bool) (*FileNode, error)

AnalyzeProjectTree walks the entire project and creates a tree structure showing which files are included, excluded, or ignored based on context rules

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL