func google.golang.org/grpc/internal/credentials.NewClientHandshakeInfoContext

2 uses

	google.golang.org/grpc/internal/credentials (current package)
		credentials.go#L33: func NewClientHandshakeInfoContext(ctx context.Context, chi any) context.Context {

	google.golang.org/grpc/internal/transport
		http2_client.go#L219: 	connectCtx = icredentials.NewClientHandshakeInfoContext(connectCtx, credentials.ClientHandshakeInfo{Attributes: addr.Attributes})