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

Function assertEOF

src/IO/ReadHelpers.cpp:169–173  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

167
168
169void assertEOF(ReadBuffer & buf)
170{
171 if (!buf.eof())
172 throwAtAssertionFailed("eof", buf);
173}
174
175
176void assertStringCaseInsensitive(const char * s, ReadBuffer & buf)

Callers 15

parseMethod · 0.85
deserializeFromMethod · 0.85
checkDataPartFunction · 0.85
readMethod · 0.85
parseMethod · 0.85
parseMethod · 0.85
parseMethod · 0.85
loadChecksumsMethod · 0.85
loadVersionsMethod · 0.85
loadChecksumsMethod · 0.85

Calls 2

throwAtAssertionFailedFunction · 0.85
eofMethod · 0.45

Tested by

no test coverage detected