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

Class ReplicaMissing

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

Source from the content-addressed store, hash-verified

75#[derive(Error, Debug)]
76#[error("replica does not exist: {0}")]
77pub(super) struct ReplicaMissing(pub ReplicaId);
78
79#[derive(Error, Debug)]
80pub(super) enum DataflowCreationError {

Callers 6

drop_replicaMethod · 0.85
create_dataflowMethod · 0.85
peekMethod · 0.85
remove_replicaMethod · 0.85
create_dataflowMethod · 0.85
peekMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected