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

Method empty

src/util/vecdeque.h:310–310  ·  view source on GitHub ↗

Test whether the contents of this deque is empty. */

Source from the content-addressed store, hash-verified

308
309 /** Test whether the contents of this deque is empty. */
310 bool empty() const noexcept { return m_size == 0; }
311 /** Get the number of elements in this deque. */
312 size_t size() const noexcept { return m_size; }
313 /** Get the capacity of this deque (maximum size it can have without reallocating). */

Callers 13

AbsPathJoinFunction · 0.45
LocaleIndependentAtoiFunction · 0.45
CapitalizeFunction · 0.45
ParseByteUnitsFunction · 0.45
ParseMoneyFunction · 0.45
XorWordMethod · 0.45
quote_argumentFunction · 0.45
ReplaceAllFunction · 0.45
SanityCheckAsmapFunction · 0.45
AsmapVersionFunction · 0.45
ThreadPoolClass · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected