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

Method CurrentSize

src/twcrypto/bytequeue.cpp:210–221  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

208}
209
210unsigned long cByteQueue::CurrentSize() const
211{
212 return mCurrentSize;
213 /*
214 unsigned long size=0;
215
216 for (cByteQueueNode *current=head; current; current=current->next)
217 size += current->CurrentSize();
218
219 return size;
220 */
221}
222
223void cByteQueue::Put(byte inByte)
224{

Callers 4

ReadMethod · 0.45
CopyToMethod · 0.45
operator==Method · 0.45
operator[]Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected