Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
20
Path S3FileSystem::getRoot() const noexcept { return this->pimpl->root; }
21
22
bool S3FileSystem::exists(const Uri & uri) const {
23
const bool result = this->pimpl->exists(uri);
Callers
3
registerFileSystem
Method · 0.45
findAll
Method · 0.45
add
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected