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

Method apply

server.go:238–242  ·  view source on GitHub ↗
(do *serverOptions)

Source from the content-addressed store, hash-verified

236}
237
238func (mdo *joinServerOption) apply(do *serverOptions) {
239 for _, opt := range mdo.opts {
240 opt.apply(do)
241 }
242}
243
244func newJoinServerOption(opts ...ServerOption) ServerOption {
245 return &joinServerOption{opts: opts}

Callers

nothing calls this directly

Calls 1

applyMethod · 0.65

Tested by

no test coverage detected