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

Method handlePart

base/poco/Net/src/NullPartHandler.cpp:39–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37
38
39void NullPartHandler::handlePart(const MessageHeader& header, std::istream& stream)
40{
41 NullOutputStream ostr;
42 StreamCopier::copyStream(stream, ostr);
43}
44
45
46} } // namespace Poco::Net

Callers 1

readMultipartMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected