Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
201
bool ByteQueue::IsEmpty() const
202
{
203
return m_head==m_tail && m_head->CurrentSize()==0 && m_lazyLength==0;
204
}
205
206
void ByteQueue::Clear()
207
{
Callers
6
CheckBlock
Function · 0.45
UpdateUncommittedBlockStructures
Function · 0.45
ProcessInput
Method · 0.45
DecodeBody
Method · 0.45
GetWaitObjects
Method · 0.45
DoFlush
Method · 0.45
Calls
1
CurrentSize
Method · 0.45
Tested by
no test coverage detected