Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/etcd-io/etcd
/ pauseSending
Method
pauseSending
server/etcdserver/raft.go:428–431 ·
view source on GitHub ↗
for testing
()
Source
from the content-addressed store, hash-verified
426
427
// for testing
428
func
(r *raftNode) pauseSending() {
429
p := r.transport.(rafthttp.Pausable)
430
p.Pause()
431
}
432
433
func
(r *raftNode) resumeSending() {
434
p := r.transport.(rafthttp.Pausable)
Callers
1
PauseSending
Method · 0.80
Calls
1
Pause
Method · 0.65
Tested by
no test coverage detected