| 420 | } |
| 421 | |
| 422 | type compressionOption struct { |
| 423 | Name string |
| 424 | CompressionPool *compressionPool |
| 425 | } |
| 426 | |
| 427 | func (o *compressionOption) applyToClient(config *clientConfig) { |
| 428 | o.apply(&config.CompressionNames, config.CompressionPools) |
nothing calls this directly
no outgoing calls
no test coverage detected