MCPcopy Create free account
hub / github.com/amule-project/amule / Eof

Method Eof

src/SafeFile.cpp:66–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64
65
66bool CFileDataIO::Eof() const
67{
68 return GetPosition() >= GetLength();
69}
70
71
72void CFileDataIO::Read(void *buffer, size_t count) const

Callers 6

LoadStaticServersMethod · 0.45
CreateNextPartHashMethod · 0.45
LoadSourceSeedsMethod · 0.45
TESTFunction · 0.45
CompareReadLinesFunction · 0.45
runMethod · 0.45

Calls

no outgoing calls

Tested by 3

TESTFunction · 0.36
CompareReadLinesFunction · 0.36
runMethod · 0.36