MCPcopy Create free account
hub / github.com/apache/arrow / ca_file_path

Method ca_file_path

cpp/src/arrow/filesystem/s3_test_util.cc:82–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80}
81
82std::string MinioTestServer::ca_file_path() const {
83 return impl_->temp_dir_ca_->path().ToString() + "/public.crt";
84}
85
86std::string MinioTestServer::scheme() const { return impl_->scheme_; }
87

Callers 2

InitServerAndClientMethod · 0.80
SetUpMethod · 0.80

Calls 2

ToStringMethod · 0.45
pathMethod · 0.45

Tested by

no test coverage detected