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

Method MarkDone

src/test/fuzz/cluster_linearize.cpp:85–85  ·  view source on GitHub ↗

Remove a set of transactions from the set of to-be-linearized ones. */

Source from the content-addressed store, hash-verified

83
84 /** Remove a set of transactions from the set of to-be-linearized ones. */
85 void MarkDone(SetType select) noexcept { m_todo -= select; }
86
87 /** Determine whether unlinearized transactions remain. */
88 bool AllDone() const noexcept { return m_todo.None(); }

Callers 2

SimpleLinearizeFunction · 0.45
FUZZ_TARGETFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected