Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
size
Method · 0.45
CVectorWriter
Method · 0.45
write
Method · 0.45
read
Method · 0.45
CDataStream
Method · 0.45
size
Method · 0.45
empty
Method · 0.45
read
Method · 0.45
ignore
Method · 0.45
Xor
Method · 0.45
read
Method · 0.45
write
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected