MCPcopy Create free account
hub / github.com/apple/foundationdb / getEndpointType

Method getEndpointType

flow/include/flow/TLSConfig.actor.h:102–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100 std::string getPassword() const;
101
102 TLSEndpointType getEndpointType() const { return endpointType; }
103
104 bool isTLSEnabled() const { return endpointType != TLSEndpointType::UNSET; }
105

Callers 2

ConfigureSSLContextFunction · 0.80
TLSPolicyMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected