MCPcopy Create free account
hub / github.com/ClickHouse/ClickHouse / ~FilePartStore

Method ~FilePartStore

base/poco/Net/src/PartStore.cpp:56–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54
55
56FilePartStore::~FilePartStore()
57{
58 try
59 {
60 _fstr.close();
61 File(_path).remove();
62 }
63 catch (...)
64 {
65 }
66}
67
68
69std::istream& FilePartStore::stream()

Callers

nothing calls this directly

Calls 3

FileClass · 0.50
closeMethod · 0.45
removeMethod · 0.45

Tested by

no test coverage detected