Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tripwire/tripwire-open-source
/ Put
Method
Put
src/cryptlib/queue.cpp:51–58 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
49
}
50
51
unsigned int ByteQueueNode::Put(byte inByte)
52
{
53
if (MaxSize()==tail)
54
return 0;
55
56
buf[tail++]=inByte;
57
return 1;
58
}
59
60
unsigned int ByteQueueNode::Put(const byte *inString, unsigned int length)
61
{
Callers
1
CopyTo
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected