Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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}"
)]
77
pub(super) struct ReplicaMissing(pub ReplicaId);
78
79
#[derive(Error, Debug)]
80
pub(super) enum DataflowCreationError {
Callers
6
drop_replica
Method · 0.85
create_dataflow
Method · 0.85
peek
Method · 0.85
remove_replica
Method · 0.85
create_dataflow
Method · 0.85
peek
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected