MCPcopy 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
163public:
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

GetTypeMethod · 0.45
GetVersionMethod · 0.45

Tested by

no test coverage detected