Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tripwire/tripwire-open-source
/ UsedUp
Method
UsedUp
src/cryptlib/queue.cpp:15–16 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
13
unsigned int CurrentSize() const
14
{return tail-head;}
15
unsigned int UsedUp() const
16
{return (head==MaxSize());}
17
18
unsigned int Put(byte inByte);
19
unsigned int Put(const byte *inString, unsigned int length);
Callers
1
Get
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected