Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/grpc/grpc-go
/ joinDialOption
Struct
joinDialOption
dialoptions.go:158–160 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
156
}
157
158
type
joinDialOption
struct
{
159
opts []DialOption
160
}
161
162
func
(jdo *joinDialOption) apply(do *dialOptions) {
163
for
_, opt :=
range
jdo.opts {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected