MCPcopy Create free account
hub / github.com/bcndev/bytecoin / empty

Method empty

src/common/MemoryStreams.hpp:33–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31 size_t read_some(void *data, size_t size) override;
32 size_t size() const { return in->size() - in_position; }
33 bool empty() const { return size() == 0; }
34 size_t copy_to(IOutputStream &out, size_t max_count = std::numeric_limits<size_t>::max());
35
36protected:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected