MCPcopy
hub / github.com/etcd-io/etcd / PauseSending

Method PauseSending

server/etcdserver/server.go:2316–2316  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2314}
2315
2316func (s *EtcdServer) PauseSending() { s.r.pauseSending() }
2317
2318func (s *EtcdServer) ResumeSending() { s.r.resumeSending() }
2319

Callers 1

PauseMethod · 0.80

Calls 1

pauseSendingMethod · 0.80

Tested by

no test coverage detected