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

Method RequireTransportSecurity

credentials/google/google.go:176–178  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

174}
175
176func (d *dualPerRPCCreds) RequireTransportSecurity() bool {
177 return d.altsPerRPCCreds.RequireTransportSecurity() || d.perRPCCreds.RequireTransportSecurity()
178}

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected