Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/elements
/ CHashVerifier
Method
CHashVerifier
src/hash.h:164–164 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
162
163
public:
164
explicit CHashVerifier(Source* source_) : CHashWriter(source_->GetType(), source_->GetVersion()), source(source_) {}
165
166
void read(Span<std::byte> dst)
167
{
Callers
nothing calls this directly
Calls
2
GetType
Method · 0.45
GetVersion
Method · 0.45
Tested by
no test coverage detected