MCPcopy 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
101unsigned int cByteQueueNode::Put(byte inByte)
102{
103 if (MaxSize() == tail)
104 return 0;
105
106 buf[tail++] = inByte;
107 return 1;
108}
109
110unsigned int cByteQueueNode::Put(const byte* inString, unsigned int length)
111{

Callers 1

CopyToMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected