MCPcopy Create free account
hub / github.com/apache/trafficserver / get

Method get

plugins/experimental/sslheaders/sslheaders.cc:131–139  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

129 WrapX509(SSL *ssl) : _ssl(ssl), _x509(_nonNullInvalidValue()) {}
130
131 X509 *
132 get()
133 {
134 if (_x509 == _nonNullInvalidValue()) {
135 _set();
136 }
137
138 return _x509;
139 }
140
141 ~WrapX509()
142 {

Callers 4

stek_updaterFunction · 0.45
packMethod · 0.45
apply_packMethod · 0.45
SslHdrExpandFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected