Modify this transaction graph, adding multiple parents to a specified child.
Synopsis
Declared in <cluster_linearize.h>
void
AddDependencies(
SetType const& parents,
DepGraphIndex child) noexcept;
Description
Complexity: O(N) where N=TxCount().
Parameters
Name |
Description |
parents |
The set of parent positions to add. |
child |
The child position that gains the parents. |
Created with MrDocs