Documentation
¶
Overview ¶
Package carryforward determines which files are eligible for historical lookback during attribution. It is a pure domain package with no infrastructure dependencies.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IdentifyCandidates ¶
func IdentifyCandidates(filesCreated []string, manifestFiles []ManifestEntry) map[string]bool
IdentifyCandidates returns files eligible for historical lookback: created in the current diff AND present in the previous checkpoint's manifest.
Types ¶
type ManifestEntry ¶
type ManifestEntry struct {
Path string
}
ManifestEntry holds the path of a file present in a checkpoint manifest.
Click to show internal directories.
Click to hide internal directories.