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

Method Set

credentials/tls/certprovider/pemfile/watcher_test.go:161–164  ·  view source on GitHub ↗
(km *certprovider.KeyMaterial, err error)

Source from the content-addressed store, hash-verified

159}
160
161func (wd *wrappedDistributor) Set(km *certprovider.KeyMaterial, err error) {
162 wd.Distributor.Set(km, err)
163 wd.distCh.Send(nil)
164}
165
166func createTmpFile(t *testing.T, src, dst string) {
167 t.Helper()

Callers

nothing calls this directly

Calls 2

SetMethod · 0.65
SendMethod · 0.65

Tested by

no test coverage detected