Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
214
func
(te *test) tearDown() {
215
if
te.cc != nil {
216
te.cc.Close()
217
te.cc = nil
218
}
219
te.srv.Stop()
220
}
221
222
type
testConfig
struct
{
223
compress string
Callers
4
testServerStats
Function · 0.45
testClientStats
Function · 0.45
TestMultipleClientStatsHandler
Method · 0.45
TestMultipleServerStatsHandler
Method · 0.45
Calls
2
Close
Method · 0.65
Stop
Method · 0.65
Tested by
no test coverage detected