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

Method size

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

Source from the content-addressed store, hash-verified

160 int GetType() const { return m_type; }
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)

Callers 15

sizeMethod · 0.45
CVectorWriterMethod · 0.45
writeMethod · 0.45
readMethod · 0.45
CDataStreamMethod · 0.45
sizeMethod · 0.45
emptyMethod · 0.45
readMethod · 0.45
ignoreMethod · 0.45
XorMethod · 0.45
readMethod · 0.45
writeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected