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

Function Add

src/checkqueue.h:229–232  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

227 }
228
229 void Add(std::vector<T>&& vChecks)
230 {
231 m_queue.Add(std::move(vChecks));
232 }
233
234 ~CCheckQueueControl() UNLOCK_FUNCTION()
235 {

Callers

nothing calls this directly

Calls 1

AddMethod · 0.45

Tested by

no test coverage detected