Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
176
func
(d *dualPerRPCCreds) RequireTransportSecurity() bool {
177
return
d.altsPerRPCCreds.RequireTransportSecurity() || d.perRPCCreds.RequireTransportSecurity()
178
}
Callers
nothing calls this directly
Calls
1
RequireTransportSecurity
Method · 0.65
Tested by
no test coverage detected