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

Function assertEOF

src/IO/ReadHelpers.cpp:190–194  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

188
189
190void assertEOF(ReadBuffer & buf)
191{
192 if (!buf.eof())
193 throwAtAssertionFailed("eof", buf);
194}
195
196void assertNotEOF(ReadBuffer & buf)
197{

Callers 15

executeImplMethod · 0.85
parseMethod · 0.85
deserializeFromMethod · 0.85
checkDataPartFunction · 0.85
tryParseValueFromIDMethod · 0.85
readMethod · 0.85
parseMethod · 0.85
parseMethod · 0.85
loadChecksumsMethod · 0.85
loadRowsCountMethod · 0.85

Calls 2

throwAtAssertionFailedFunction · 0.85
eofMethod · 0.45

Tested by

no test coverage detected