graph

package
v0.28.0 Latest Latest
Warning

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

Go to latest
Published: Apr 16, 2026 License: MIT Imports: 1 Imported by: 0

Documentation

Overview

Package graph provides graph analysis functionality (stub implementation). NOTE: This is a stub package. The full implementation was removed as dead code. These stub functions maintain API compatibility.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func FormatGraphStats

func FormatGraphStats(stats map[string]interface{}) string

FormatGraphStats formats graph statistics (stub).

func Visualize added in v0.28.0

func Visualize(path string) (string, error)

Visualize creates a visualization (stub).

Types

type ProjectGraph

type ProjectGraph struct {
	Path string
}

ProjectGraph represents a project graph (stub).

func NewProjectGraph

func NewProjectGraph(path string) *ProjectGraph

NewProjectGraph creates a new project graph (stub).

func (*ProjectGraph) Analyze

func (g *ProjectGraph) Analyze(depth string) error

Analyze analyzes code structure (stub).

func (*ProjectGraph) FindRelatedFiles

func (g *ProjectGraph) FindRelatedFiles(file string, count int) []string

FindRelatedFiles finds related files (stub).

func (*ProjectGraph) ImpactAnalysis

func (g *ProjectGraph) ImpactAnalysis(file string) string

ImpactAnalysis performs impact analysis (stub).

func (*ProjectGraph) Stats

func (g *ProjectGraph) Stats() map[string]interface{}

Stats returns graph statistics (stub).

Jump to

Keyboard shortcuts

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