Append a tombstone version at `system_from`.
(&self, edge: EdgeRef<'_>, system_from: i64)
| 133 | |
| 134 | /// Append a tombstone version at `system_from`. |
| 135 | pub fn soft_delete_edge(&self, edge: EdgeRef<'_>, system_from: i64) -> crate::Result<()> { |
| 136 | self.write_sentinel(edge, system_from, TOMBSTONE_SENTINEL) |
| 137 | } |
| 138 | |
| 139 | /// Append a GDPR-erasure version — distinct from a soft-delete so audits |
| 140 | /// can distinguish user-visible removal from regulatory erasure. |