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

Method getDataFile

io/src/FileSystem/FileSystemRepository.cpp:15–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13FileSystemRepository::~FileSystemRepository() {}
14
15const Path FileSystemRepository::getDataFile() const noexcept { return this->pimpl->dataFile; }
16
17bool FileSystemRepository::isEncrypted() const noexcept { return this->pimpl->encrypted; }
18

Callers 4

checkAddValidFileSystemFunction · 0.80
checkFindAllFileSystemFunction · 0.80
checkDeleteFileSystemFunction · 0.80

Calls

no outgoing calls

Tested by 4

checkAddValidFileSystemFunction · 0.64
checkFindAllFileSystemFunction · 0.64
checkDeleteFileSystemFunction · 0.64