Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tripwire/tripwire-open-source
/ Put
Method
Put
src/twcrypto/bytequeue.cpp:101–108 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
99
}
100
101
unsigned int cByteQueueNode::Put(byte inByte)
102
{
103
if (MaxSize() == tail)
104
return 0;
105
106
buf[tail++] = inByte;
107
return 1;
108
}
109
110
unsigned int cByteQueueNode::Put(const byte* inString, unsigned int length)
111
{
Callers
1
CopyTo
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected