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

Function WriteCoinsViewEntry

src/test/coins_tests.cpp:611–616  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

609}
610
611void WriteCoinsViewEntry(CCoinsView& view, CAmount value, char flags)
612{
613 CCoinsMap map;
614 InsertCoinsMapEntry(map, value, flags);
615 BOOST_CHECK(view.BatchWrite(map, {}));
616}
617
618class SingleEntryCacheTest
619{

Callers 2

SingleEntryCacheTestMethod · 0.85
CheckWriteCoinsFunction · 0.85

Calls 2

InsertCoinsMapEntryFunction · 0.85
BatchWriteMethod · 0.45

Tested by

no test coverage detected