MCPcopy Create free account
hub / github.com/BTCGPU/BTCGPU / WriteCoinsViewEntry

Function WriteCoinsViewEntry

src/test/coins_tests.cpp:587–592  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

585}
586
587void WriteCoinsViewEntry(CCoinsView& view, CAmount value, char flags)
588{
589 CCoinsMap map;
590 InsertCoinsMapEntry(map, value, flags);
591 view.BatchWrite(map, {});
592}
593
594class SingleEntryCacheTest
595{

Callers 2

SingleEntryCacheTestMethod · 0.85
CheckWriteCoinsFunction · 0.85

Calls 2

InsertCoinsMapEntryFunction · 0.85
BatchWriteMethod · 0.45

Tested by

no test coverage detected