Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ Reset
Method
Reset
cpp/src/arrow/filesystem/s3fs.cc:1050–1053 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1048
}
1049
1050
void Reset() {
1051
std::unique_lock lock(mutex_);
1052
cache_.clear();
1053
}
1054
1055
static EndpointProviderCache* Instance() {
1056
static EndpointProviderCache instance;
Callers
2
DoWrite
Method · 0.45
Finalize
Method · 0.45
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected