Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
213
bool MultipartReader::hasNextPart()
214
{
215
return (!_pMPI || !_pMPI->lastPart()) && _istr.good();
216
}
217
218
219
std::istream& MultipartReader::stream() const
Callers
1
readMultipart
Method · 0.80
Calls
2
lastPart
Method · 0.80
good
Method · 0.45
Tested by
no test coverage detected