MCPcopy Create free account
hub / github.com/MaterializeInc/materialize / ReplicaExists

Class ReplicaExists

src/compute-client/src/controller/instance.rs:73–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71#[derive(Error, Debug)]
72#[error("replica exists already: {0}")]
73pub(super) struct ReplicaExists(pub ReplicaId);
74
75#[derive(Error, Debug)]
76#[error("replica does not exist: {0}")]

Callers 2

add_replicaMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected