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

Method cancelImpl

src/IO/WriteBufferFromFileDecorator.cpp:32–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30}
31
32void WriteBufferFromFileDecorator::cancelImpl() noexcept
33{
34 WriteBufferFromFileBase::cancelImpl();
35
36 {
37 SwapHelper swap(*this, *impl);
38 impl->cancel();
39 }
40}
41
42WriteBufferFromFileDecorator::~WriteBufferFromFileDecorator()
43{

Callers

nothing calls this directly

Calls 1

cancelMethod · 0.45

Tested by

no test coverage detected