Check if this Locator is present (in some Cluster). */
| 596 | bool IsRemoved() const noexcept { return cluster == nullptr && index == DepGraphIndex(-1); } |
| 597 | /** Check if this Locator is present (in some Cluster). */ |
| 598 | bool IsPresent() const noexcept { return cluster != nullptr; } |
| 599 | }; |
| 600 | |
| 601 | /** Internal information about each transaction in a TxGraphImpl. */ |
no outgoing calls
no test coverage detected