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 ¶
FormatGraphStats formats graph statistics (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).
Click to show internal directories.
Click to hide internal directories.