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

Method CreateEmptyGenericCluster

src/txgraph.cpp:696–699  ·  view source on GitHub ↗

Create an empty GenericClusterImpl object. */

Source from the content-addressed store, hash-verified

694 void CreateChunkData(GraphIndex idx, LinearizationIndex chunk_count) noexcept;
695 /** Create an empty GenericClusterImpl object. */
696 std::unique_ptr<GenericClusterImpl> CreateEmptyGenericCluster() noexcept
697 {
698 return std::make_unique<GenericClusterImpl>(m_next_sequence_counter++);
699 }
700 /** Create an empty SingletonClusterImpl object. */
701 std::unique_ptr<SingletonClusterImpl> CreateEmptySingletonCluster() noexcept
702 {

Callers 1

CopyToStagingMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected