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

Method TestCZSocketMetricsSocketOption

test/channelz_linux_test.go:30–35  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

28)
29
30func (s) TestCZSocketMetricsSocketOption(t *testing.T) {
31 envs := []env{tcpClearRREnv, tcpTLSRREnv}
32 for _, e := range envs {
33 testCZSocketMetricsSocketOption(t, e)
34 }
35}
36
37func testCZSocketMetricsSocketOption(t *testing.T, e env) {
38 te := newTest(t, e)

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected