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

Method ca_dir_path

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

Source from the content-addressed store, hash-verified

76std::string MinioTestServer::secret_key() const { return impl_->secret_key_; }
77
78std::string MinioTestServer::ca_dir_path() const {
79 return impl_->temp_dir_ca_->path().ToString();
80}
81
82std::string MinioTestServer::ca_file_path() const {
83 return impl_->temp_dir_ca_->path().ToString() + "/public.crt";

Callers

nothing calls this directly

Calls 2

ToStringMethod · 0.45
pathMethod · 0.45

Tested by

no test coverage detected