MCPcopy Create free account
hub / github.com/ElementsProject/elements / eof

Method eof

src/streams.h:271–271  ·  view source on GitHub ↗

Stream subset

Source from the content-addressed store, hash-verified

269 // Stream subset
270 //
271 bool eof() const { return size() == 0; }
272 CDataStream* rdbuf() { return this; }
273 int in_avail() const { return size(); }
274

Callers 7

LoadExternalBlockFileMethod · 0.45
ConvertSeedsFunction · 0.45
RecoverDatabaseFileFunction · 0.45
walletdb.cppFile · 0.45
BOOST_AUTO_TEST_CASEFunction · 0.45
GetStartOnSystemStartupFunction · 0.45
ParseDoubleFunction · 0.45

Calls 1

sizeFunction · 0.70

Tested by 1

BOOST_AUTO_TEST_CASEFunction · 0.36