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

Method UsedUp

src/twcrypto/bytequeue.cpp:55–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53 return tail - head;
54 }
55 unsigned int UsedUp() const
56 {
57 return (head == MaxSize());
58 }
59
60 unsigned int Put(byte inByte);
61 unsigned int Put(const byte* inString, unsigned int length);

Callers 1

GetMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected