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

Method AddDependencies

src/txgraph.cpp:961–964  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

959}
960
961void GenericClusterImpl::AddDependencies(SetType parents, DepGraphIndex child) noexcept
962{
963 m_depgraph.AddDependencies(parents, child);
964}
965
966void SingletonClusterImpl::AddDependencies(SetType parents, DepGraphIndex child) noexcept
967{

Callers 10

SplitMethod · 0.45
MergeMethod · 0.45
ApplyDependenciesMethod · 0.45
AddDependencyMethod · 0.45
MakeConnectedFunction · 0.45
BuildTreeGraphFunction · 0.45
FUZZ_TARGETFunction · 0.45
UnserMethod · 0.45
MakeWideGraphFunction · 0.45

Calls

no outgoing calls

Tested by 6

AddDependencyMethod · 0.36
MakeConnectedFunction · 0.36
BuildTreeGraphFunction · 0.36
FUZZ_TARGETFunction · 0.36
UnserMethod · 0.36