MCPcopy Create free account
hub / github.com/BlazingDB/blazingsql / getRoot

Method getRoot

io/src/FileSystem/S3FileSystem.cpp:20–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18}
19
20Path S3FileSystem::getRoot() const noexcept { return this->pimpl->root; }
21
22bool S3FileSystem::exists(const Uri & uri) const {
23 const bool result = this->pimpl->exists(uri);

Callers 3

registerFileSystemMethod · 0.45
findAllMethod · 0.45
addMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected