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

Method CurrentSize

src/cryptopp/queue.cpp:191–199  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

189}
190
191lword ByteQueue::CurrentSize() const
192{
193 lword size=0;
194
195 for (ByteQueueNode *current=m_head; current; current=current->next)
196 size += current->CurrentSize();
197
198 return size + m_lazyLength;
199}
200
201bool ByteQueue::IsEmpty() const
202{

Callers 15

MaxRetrievableMethod · 0.45
DEREncodeMethod · 0.45
ProcessInputMethod · 0.45
IsEmptyMethod · 0.45
CleanupUsedNodesMethod · 0.45
operator==Method · 0.45
operator[]Method · 0.45
TransferTo2Method · 0.45
Put2Method · 0.45
DoFlushMethod · 0.45
Put2Method · 0.45
Put2Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected