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

Method empty

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

Source from the content-addressed store, hash-verified

87 size_t read_some(void *data, size_t size) override;
88 size_t size() const { return in->size() - in_position; }
89 bool empty() const { return size() == 0; }
90
91 size_t copy_to(IOutputStream &out, size_t max_count = std::numeric_limits<size_t>::max());
92

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected