Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BTCGPU/BTCGPU
/ eof
Method
eof
src/streams.h:334–334 ·
view source on GitHub ↗
Stream subset
Source
from the content-addressed store, hash-verified
332
// Stream subset
333
//
334
bool eof() const { return size() == 0; }
335
CDataStream* rdbuf() { return this; }
336
int in_avail() const { return size(); }
337
Callers
6
ParseDouble
Function · 0.45
LoadExternalBlockFile
Function · 0.45
DecodeHexTx
Function · 0.45
Salvage
Method · 0.45
GetStartOnSystemStartup
Function · 0.45
ParseDouble
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected