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

Method assert_untrimmed

src/chain.h:256–258  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

254 m_stored_lvl = true;
255 }
256 inline void assert_untrimmed() const {
257 assert(!m_trimmed);
258 }
259
260 const CProof& get_proof() const {
261 assert_untrimmed();

Callers 2

SERIALIZE_METHODSMethod · 0.80
FlushStateToDiskMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected