Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/thrift
/ ~GlobalFixture
Method
~GlobalFixture
lib/cpp/test/SecurityFromBufferTest.cpp:89–94 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
87
}
88
89
virtual ~GlobalFixture() {
90
apache::thrift::transport::cleanupOpenSSL();
91
#ifdef __linux__
92
signal(SIGPIPE, SIG_DFL);
93
#endif
94
}
95
};
96
97
#if (BOOST_VERSION >= 105900)
Callers
nothing calls this directly
Calls
1
cleanupOpenSSL
Function · 0.85
Tested by
no test coverage detected