MCPcopy 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

DoWriteMethod · 0.45
FinalizeMethod · 0.45

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected