MCPcopy Create free account
hub / github.com/NodeDB-Lab/nodedb / is_transport_err

Function is_transport_err

nodedb/src/control/cluster/array_cluster_exec.rs:99–101  ·  view source on GitHub ↗
(e: &nodedb_cluster::error::ClusterError)

Source from the content-addressed store, hash-verified

97}
98
99fn is_transport_err(e: &nodedb_cluster::error::ClusterError) -> bool {
100 matches!(e, nodedb_cluster::error::ClusterError::Transport { .. })
101}
102
103impl NexarArrayDispatch {
104 async fn call_once(

Callers 1

callMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected