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

Method apply

server.go:202–202  ·  server.go::ServerOption.apply
(*serverOptions)

Source from the content-addressed store, hash-verified

200// A ServerOption sets options such as credentials, codec and keepalive parameters, etc.
201type ServerOption interface {
202 apply(*serverOptions)
203}
204
205// EmptyServerOption does not alter the server configuration. It can be embedded

Callers 4

applyMethod · 0.65
NewServerFunction · 0.65
NewClientFunction · 0.65
handleServerOptionsMethod · 0.65

Implementers 9

EmptyDialOptiondialoptions.go
funcDialOptiondialoptions.go
joinDialOptiondialoptions.go

Calls

no outgoing calls

Tested by

no test coverage detected