MCPcopy Create free account
hub / github.com/ClickHouse/ClickHouse / createFile

Method createFile

src/Disks/DiskObjectStorage/DiskObjectStorage.cpp:256–261  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

254}
255
256void DiskObjectStorage::createFile(const String & path)
257{
258 auto transaction = createObjectStorageTransaction();
259 transaction->createFile(path);
260 transaction->commit();
261}
262
263size_t DiskObjectStorage::getFileSize(const String & path) const
264{

Callers

nothing calls this directly

Calls 1

commitMethod · 0.45

Tested by

no test coverage detected