MCPcopy Create free account
hub / github.com/apache/thrift / certFile

Function certFile

lib/cpp/test/SecurityTest.cpp:48–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46
47boost::filesystem::path keyDir;
48boost::filesystem::path certFile(const std::string& filename)
49{
50 return keyDir / filename;
51}
52boost::mutex gMutex;
53
54struct GlobalFixture

Callers 3

GlobalFixtureMethod · 0.70
serverMethod · 0.70
clientMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected