Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
56
FilePartStore::~FilePartStore()
57
{
58
try
59
{
60
_fstr.close();
61
File(_path).remove();
62
}
63
catch (...)
64
{
65
}
66
}
67
68
69
std::istream& FilePartStore::stream()
Callers
nothing calls this directly
Calls
3
File
Class · 0.50
close
Method · 0.45
remove
Method · 0.45
Tested by
no test coverage detected