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

Method TestPickExtraMetadata

test/balancer_test.go:178–182  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

176}
177
178func (s) TestPickExtraMetadata(t *testing.T) {
179 for _, e := range listTestEnv() {
180 testPickExtraMetadata(t, e)
181 }
182}
183
184func testPickExtraMetadata(t *testing.T, e env) {
185 te := newTest(t, e)

Callers

nothing calls this directly

Calls 2

listTestEnvFunction · 0.85
testPickExtraMetadataFunction · 0.85

Tested by

no test coverage detected