MCPcopy Create free account
hub / github.com/bitcoin/bitcoin / RemoveChunkData

Method RemoveChunkData

src/txgraph.cpp:1057–1063  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1055}
1056
1057void GenericClusterImpl::RemoveChunkData(TxGraphImpl& graph) noexcept
1058{
1059 for (DepGraphIndex idx : m_linearization) {
1060 auto& entry = graph.m_entries[m_mapping[idx]];
1061 graph.ClearChunkData(entry);
1062 }
1063}
1064
1065void SingletonClusterImpl::RemoveChunkData(TxGraphImpl& graph) noexcept
1066{

Callers 1

UnlinkRefMethod · 0.80

Calls 1

ClearChunkDataMethod · 0.80

Tested by

no test coverage detected