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

Method CurrentSize

src/cryptlib/queue.cpp:13–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11 ByteQueueNode(unsigned int maxSize);
12
13 unsigned int CurrentSize() const
14 {return tail-head;}
15 unsigned int UsedUp() const
16 {return (head==MaxSize());}
17

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected