Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/etcd-io/etcd
/ nopTransporter
Struct
nopTransporter
server/etcdserver/server_test.go:1532–1532 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1530
}
1531
1532
type
nopTransporter
struct
{}
1533
1534
func
newNopTransporter() rafthttp.Transporter {
1535
return
&nopTransporter{}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected