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