MCPcopy
hub / github.com/grpc/grpc-go / tearDown

Method tearDown

stats/stats_test.go:214–220  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

212}
213
214func (te *test) tearDown() {
215 if te.cc != nil {
216 te.cc.Close()
217 te.cc = nil
218 }
219 te.srv.Stop()
220}
221
222type testConfig struct {
223 compress string

Callers 4

testServerStatsFunction · 0.45
testClientStatsFunction · 0.45

Calls 2

CloseMethod · 0.65
StopMethod · 0.65

Tested by

no test coverage detected