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

Method LockShared

cpp/src/arrow/filesystem/s3fs.cc:941–941  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

939 }
940
941 auto LockShared() { return std::shared_lock(mutex_); }
942
943 protected:
944 friend class S3ClientHolder;

Callers 1

LockMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected