MCPcopy Create free account
hub / github.com/Tripwire/tripwire-open-source / CurrentSize

Method CurrentSize

src/cryptlib/queue.cpp:152–160  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

150}
151
152unsigned long ByteQueue::CurrentSize() const
153{
154 unsigned long size=0;
155
156 for (ByteQueueNode *current=head; current; current=current->next)
157 size += current->CurrentSize();
158
159 return size;
160}
161
162void ByteQueue::Put(byte inByte)
163{

Callers 5

PutMethod · 0.45
InputFinishedMethod · 0.45
CopyToMethod · 0.45
operator==Method · 0.45
operator[]Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected