metrics

package
v0.0.5 Latest Latest
Warning

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

Go to latest
Published: Apr 14, 2026 License: MIT Imports: 5 Imported by: 0

Documentation

Overview

Package metrics computes file-level, symbol-level, and directory-level code metrics including complexity, coupling, blast radius, and code smell detection.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ComputeMetrics

func ComputeMetrics(graph models.GraphSnapshot) models.MetricsResult

ComputeMetrics derives symbol, file, directory, and circular dependency metrics for a graph snapshot.

func FindCircularDependencyGroups

func FindCircularDependencyGroups(adjacency map[string][]string) [][]string

FindCircularDependencyGroups returns deterministic strongly connected file groups for the provided adjacency list. Groups with a single node are ignored, so self-referential files are not treated as circular components.

Types

This section is empty.

Jump to

Keyboard shortcuts

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