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

Method IsPresent

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

Check if this Locator is present (in some Cluster). */

Source from the content-addressed store, hash-verified

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. */

Callers 11

UnlinkRefMethod · 0.80
ClearLocatorMethod · 0.80
GetConflictsMethod · 0.80
SwapIndexesMethod · 0.80
CompactMethod · 0.80
ApplyDependenciesMethod · 0.80
GetIndividualFeerateMethod · 0.80
SetTransactionFeeMethod · 0.80
CompareMainOrderMethod · 0.80
SanityCheckMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected