MCPcopy Create free account
hub / github.com/prometheus/common / usingClientKey

Method usingClientKey

config/http_config.go:955–957  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

953}
954
955func (c *TLSConfig) usingClientKey() bool {
956 return len(c.Key) > 0 || len(c.KeyFile) > 0
957}
958
959func (c *TLSConfig) roundTripperSettings() TLSRoundTripperSettings {
960 return TLSRoundTripperSettings{

Callers 2

ValidateMethod · 0.95
NewTLSConfigFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected