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

Method hasNextPart

base/poco/Net/src/MultipartReader.cpp:213–216  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

211
212
213bool MultipartReader::hasNextPart()
214{
215 return (!_pMPI || !_pMPI->lastPart()) && _istr.good();
216}
217
218
219std::istream& MultipartReader::stream() const

Callers 1

readMultipartMethod · 0.80

Calls 2

lastPartMethod · 0.80
goodMethod · 0.45

Tested by

no test coverage detected