Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tripwire/tripwire-open-source
/ ByteQueueNode
Method
ByteQueueNode
src/cryptlib/queue.cpp:44–49 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
42
43
44
ByteQueueNode::ByteQueueNode(unsigned int maxSize)
45
: buf(maxSize)
46
{
47
head = tail = 0;
48
next = 0;
49
}
50
51
unsigned int ByteQueueNode::Put(byte inByte)
52
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected