Duplicate

data class Duplicate(val survivorId: String) : MarkReason

The proposition duplicates another, surviving proposition.

Constructors

Link copied to clipboard
constructor(survivorId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
open override val key: String

Stable machine label for audit/grouping (e.g. "stale", "duplicate").

Link copied to clipboard

ID of the proposition that should be kept.