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:1110–1113 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1108
}
1109
1110
void Reset() {
1111
std::unique_lock lock(mutex_);
1112
cache_.clear();
1113
}
1114
1115
static EndpointProviderCache* Instance() {
1116
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