Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
169
void assertEOF(ReadBuffer & buf)
170
{
171
if (!buf.eof())
172
throwAtAssertionFailed(
"eof"
, buf);
173
}
174
175
176
void assertStringCaseInsensitive(const char * s, ReadBuffer & buf)
Callers
15
parse
Method · 0.85
deserializeFrom
Method · 0.85
checkDataPart
Function · 0.85
read
Method · 0.85
parse
Method · 0.85
parse
Method · 0.85
parse
Method · 0.85
loadChecksums
Method · 0.85
loadChecksumsFromRemote
Method · 0.85
fillProjectionNamesFromChecksums
Method · 0.85
loadVersions
Method · 0.85
loadChecksums
Method · 0.85
Calls
2
throwAtAssertionFailed
Function · 0.85
eof
Method · 0.45
Tested by
no test coverage detected