Deduplicated

data class Deduplicated(val sourceId: String, val contentHash: String) : ArtifactOutcome

The artifact's content was already seen and was skipped before extraction. Carries no propositions — distinct from an Ingested result with an empty list.

Constructors

Link copied to clipboard
constructor(sourceId: String, contentHash: String)

Properties

Link copied to clipboard

The deduplication key that matched a prior ingestion

Link copied to clipboard
open override val sourceId: String

The artifact's source id