MCPcopy
hub / github.com/tinode/chat / route

Method route

server/cluster.go:425–428  ·  view source on GitHub ↗

route routes server message within the cluster.

(msg *ClusterRoute)

Source from the content-addressed store, hash-verified

423
424// route routes server message within the cluster.
425func (n *ClusterNode) route(msg *ClusterRoute) error {
426 var unused bool
427 return n.call("Cluster.Route", msg, &unused)
428}
429
430// Cluster is the representation of the cluster.
431type Cluster struct {

Callers 1

Calls 1

callMethod · 0.95

Tested by

no test coverage detected