MCPcopy Create free account
hub / github.com/ElementsProject/elements / empty

Method empty

src/streams.h:163–163  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

161
162 size_t size() const { return m_data.size(); }
163 bool empty() const { return m_data.empty(); }
164
165 void read(Span<std::byte> dst)
166 {

Callers 1

SerializeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected