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

Method CopyTo

src/cryptlib/queue.cpp:26–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24 unsigned int Peek(byte &outByte) const;
25
26 void CopyTo(BufferedTransformation &target) const
27 {target.Put(buf+head, tail-head);}
28 void CopyTo(byte *target) const
29 {memcpy(target, buf+head, tail-head);}
30

Callers

nothing calls this directly

Calls 1

PutMethod · 0.45

Tested by

no test coverage detected