Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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}"
)]
73
pub(super) struct ReplicaExists(pub ReplicaId);
74
75
#[derive(Error, Debug)]
76
#[error(
"replica does not exist: {0}"
)]
Callers
2
add_replica
Method · 0.70
add_replica_to_instance
Method · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected