Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/elements
/ read
Method
read
src/streams.h:58–61 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
56
}
57
58
void read(Span<std::byte> dst)
59
{
60
stream->read(dst);
61
}
62
63
int GetVersion() const { return nVersion; }
64
int GetType() const { return nType; }
Callers
nothing calls this directly
Calls
1
read
Method · 0.45
Tested by
no test coverage detected