Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NodeDB-Lab/nodedb
/ cluster_array
Method
cluster_array
nodedb/src/data/executor/dispatch/visitor.rs:81–83 ·
view source on GitHub ↗
(&mut self, _op: &ClusterArrayOp)
Source
from the content-addressed store, hash-verified
79
}
80
81
fn cluster_array(&mut self, _op: &ClusterArrayOp) -> Result<Response, Self::Error> {
82
unreachable!(
"ClusterArray plans must not be dispatched to the Data Plane"
)
83
}
84
}
Callers
1
dispatch
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected