DeclaredEdgeRef

data class DeclaredEdgeRef(val from: String, val to: String)(source)

A declared production dependency edge, referenced by its endpoints.

Used in TemporalCouplingReport.deadStructure to name edges that exist in the build graph but never manifest as a co-change - candidate dead structure to review or remove.

Parameters

from

Source module path.

to

Target module path.

Constructors

Link copied to clipboard
constructor(from: String, to: String)

Properties

Link copied to clipboard
Link copied to clipboard
val to: String