Count the number of distinct clusters that the specified transactions belong to. Refs that do not exist in the queried graph are ignored. Refs can not be null. The queried graph must not be oversized.
Declared in <txgraph.h>
virtual
GraphIndex
CountDistinctClusters(
std::span<Ref const const*> args,
Level level) noexcept = 0;
The number of distinct clusters the transactions belong to.
| Name | Description |
|---|---|
| args | References to the transactions to inspect. |
| level | Which graph (main or staging) to query. |