MCPcopy Create free account
hub / github.com/Meituan-Dianping/SQLAdvisor / ~CertManager

Method ~CertManager

extra/yassl/src/cert_wrapper.cpp:98–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96
97
98CertManager::~CertManager()
99{
100 ysDelete(peerX509_);
101 ysDelete(selfX509_);
102
103 STL::for_each(signers_.begin(), signers_.end(), del_ptr_zero()) ;
104
105 STL::for_each(peerList_.begin(), peerList_.end(), del_ptr_zero()) ;
106
107 STL::for_each(list_.begin(), list_.end(), del_ptr_zero()) ;
108}
109
110
111bool CertManager::verifyPeer() const

Callers

nothing calls this directly

Calls 5

ysDeleteFunction · 0.85
for_eachFunction · 0.85
del_ptr_zeroClass · 0.85
beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected