MCPcopy Create free account
hub / github.com/Tripwire/tripwire-open-source / CopyTo

Method CopyTo

src/cryptlib/queue.cpp:137–141  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

135}
136
137void ByteQueue::CopyTo(BufferedTransformation &target) const
138{
139 for (ByteQueueNode *current=head; current; current=current->next)
140 current->CopyTo(target);
141}
142
143void ByteQueue::CopyTo(byte *target) const
144{

Callers

nothing calls this directly

Calls 1

CurrentSizeMethod · 0.45

Tested by

no test coverage detected