MCPcopy Create free account
hub / github.com/LUX-Core/lux / IsEmpty

Method IsEmpty

src/cryptopp/queue.cpp:201–204  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

199}
200
201bool ByteQueue::IsEmpty() const
202{
203 return m_head==m_tail && m_head->CurrentSize()==0 && m_lazyLength==0;
204}
205
206void ByteQueue::Clear()
207{

Callers 6

CheckBlockFunction · 0.45
ProcessInputMethod · 0.45
DecodeBodyMethod · 0.45
GetWaitObjectsMethod · 0.45
DoFlushMethod · 0.45

Calls 1

CurrentSizeMethod · 0.45

Tested by

no test coverage detected