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

Method CurrentSize

src/twcrypto/bytequeue.cpp:51–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49 explicit cByteQueueNode(unsigned int maxSize);
50
51 unsigned int CurrentSize() const
52 {
53 return tail - head;
54 }
55 unsigned int UsedUp() const
56 {
57 return (head == MaxSize());

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected