| 277 | } |
| 278 | |
| 279 | FileSystemConnection S3FileSystem::Private::getFileSystemConnection() const noexcept { |
| 280 | return this->fileSystemConnection; |
| 281 | } |
| 282 | |
| 283 | bool S3FileSystem::Private::exists(const Uri & uri) const { |
| 284 |
no outgoing calls
no test coverage detected