Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
82
std::string MinioTestServer::ca_file_path() const {
83
return impl_->temp_dir_ca_->path().ToString() +
"/public.crt"
;
84
}
85
86
std::string MinioTestServer::scheme() const { return impl_->scheme_; }
87
Callers
2
InitServerAndClient
Method · 0.80
SetUp
Method · 0.80
Calls
2
ToString
Method · 0.45
path
Method · 0.45
Tested by
no test coverage detected