MCPcopy
hub / github.com/connectrpc/connect-go / applyToClient

Method applyToClient

option.go:594–598  ·  view source on GitHub ↗
(config *clientConfig)

Source from the content-addressed store, hash-verified

592}
593
594func (o *optionsOption) applyToClient(config *clientConfig) {
595 for _, option := range o.options {
596 option.applyToClient(config)
597 }
598}
599
600func (o *optionsOption) applyToHandler(config *handlerConfig) {
601 for _, option := range o.options {

Callers

nothing calls this directly

Calls 1

applyToClientMethod · 0.65

Tested by

no test coverage detected