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

Method SetMissing

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

Mark this Locator as missing (= same as lower level, or non-existing if level 0). */

Source from the content-addressed store, hash-verified

586
587 /** Mark this Locator as missing (= same as lower level, or non-existing if level 0). */
588 void SetMissing() noexcept { cluster = nullptr; index = 0; }
589 /** Mark this Locator as removed (not allowed in level 0). */
590 void SetRemoved() noexcept { cluster = nullptr; index = DepGraphIndex(-1); }
591 /** Mark this Locator as present, in the specified Cluster. */

Callers 5

ClearLocatorMethod · 0.80
MoveToMainMethod · 0.80
AbortStagingMethod · 0.80
CommitStagingMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected