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

Method DepGraph

src/cluster_linearize.h:71–71  ·  view source on GitHub ↗

Default constructors.

Source from the content-addressed store, hash-verified

69
70 // Default constructors.
71 DepGraph() noexcept = default;
72 DepGraph(const DepGraph&) noexcept = default;
73 DepGraph(DepGraph&&) noexcept = default;
74 DepGraph& operator=(const DepGraph&) noexcept = default;

Callers

nothing calls this directly

Calls 7

PositionRangeMethod · 0.80
TxCountMethod · 0.80
GetReducedParentsMethod · 0.80
sizeMethod · 0.45
SetMethod · 0.45
NoneMethod · 0.45
LastMethod · 0.45

Tested by

no test coverage detected