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

Method Done

pkg/proxy/server.go:56–56  ·  view source on GitHub ↗

Done returns when proxy has been closed.

()

Source from the content-addressed store, hash-verified

54 Ready() <-chan struct{}
55 // Done returns when proxy has been closed.
56 Done() <-chan struct{}
57 // Error sends errors while serving proxy.
58 Error() <-chan error
59 // Close closes listener and transport.

Callers 15

testServerFunction · 0.95
randomBlackholeFunction · 0.65
putFuncFunction · 0.65
doUnsyncWatchFunction · 0.65
mixedTxnFuncFunction · 0.65
leaseKeepaliveFuncFunction · 0.65
rangeFuncFunction · 0.65
benchMakeWatchesFunction · 0.65
benchPutWatchesFunction · 0.65
watchLatencyFuncFunction · 0.65
txnPutFuncFunction · 0.65
doSTMFunction · 0.65

Calls

no outgoing calls

Tested by 15

testServerFunction · 0.76
ExampleElection_CampaignFunction · 0.52
ExampleSTM_applyFunction · 0.52
TestV3CorruptAlarmFunction · 0.52