MCPcopy Create free account
hub / github.com/clockworklabs/SpacetimeDB / DuplicateError

Class DuplicateError

crates/table/src/table.rs:243–243  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

241#[derive(Error, Debug, PartialEq, Eq)]
242#[error("Duplicate insertion of row {0:?} violates set semantics")]
243pub struct DuplicateError(pub RowPointer);
244
245/// Various error that can happen on table insertion.
246#[derive(Error, Debug, PartialEq, Eq, EnumAsInner)]

Callers 2

insert_into_indicesMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…