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

Method Close

credentials/tls/certprovider/store_test.go:113–115  ·  view source on GitHub ↗

Close helps implement the Provider interface.

()

Source from the content-addressed store, hash-verified

111
112// Close helps implement the Provider interface.
113func (p *fakeProvider) Close() {
114 p.Distributor.Stop()
115}
116
117// loadKeyMaterials is a helper to read cert/key files from testdata and convert
118// them into a KeyMaterialReader struct.

Callers

nothing calls this directly

Calls 1

StopMethod · 0.65

Tested by

no test coverage detected