MCPcopy 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

ParseDoubleFunction · 0.45
LoadExternalBlockFileFunction · 0.45
DecodeHexTxFunction · 0.45
SalvageMethod · 0.45
GetStartOnSystemStartupFunction · 0.45
ParseDoubleFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected