MCPcopy Create free account
hub / github.com/catboost/catboost / Destroy

Function Destroy

library/cpp/openssl/method/io.cpp:52–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50 }
51
52 int Destroy(BIO* bio) noexcept {
53 BIO_set_data(bio, nullptr);
54 BIO_set_init(bio, 0);
55 return 1;
56 }
57
58 NOpenSSL::TBioMethod* Method() {
59 return SingletonWithPriority<NOpenSSL::TBioMethod, 32768>(

Callers 15

EraseMethod · 0.50
ClearMethod · 0.50
EraseFromIndexMethod · 0.50
~THolderMethod · 0.50
TArray2DClass · 0.50
~TArray2DMethod · 0.50
SetSizesMethod · 0.50
DestroyRefCountedFunction · 0.50
~TCompactVectorMethod · 0.50
eraseMethod · 0.50
clearMethod · 0.50
swapMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected