Skip to main content

Module coupling

Module coupling 

Source
Expand description

Temporal coupling detection.

Identifies pairs of files that frequently change together in commits, which may indicate hidden dependencies or architectural coupling.

Structs§

CoupledPair
A pair of files that frequently change together.

Functions§

detect_coupling
Detect temporal coupling between files.