Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
LoadExternalBlockFile
Method · 0.45
ConvertSeeds
Function · 0.45
RecoverDatabaseFile
Function · 0.45
walletdb.cpp
File · 0.45
BOOST_AUTO_TEST_CASE
Function · 0.45
GetStartOnSystemStartup
Function · 0.45
ParseDouble
Function · 0.45
Calls
1
size
Function · 0.70
Tested by
1
BOOST_AUTO_TEST_CASE
Function · 0.36