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

Function certFile

lib/cpp/test/SecurityFromBufferTest.cpp:50–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48
49boost::filesystem::path keyDir;
50boost::filesystem::path certFile(const std::string& filename) {
51 return keyDir / filename;
52}
53std::string certString(const std::string& filename) {
54 std::ifstream ifs(certFile(filename).string());
55 if(!ifs.is_open() || !ifs.good()) {

Callers 2

certStringFunction · 0.70
GlobalFixtureMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected