MCPcopy Create free account
hub / github.com/LUX-Core/lux / TransferTo

Method TransferTo

src/cryptopp/queue.cpp:97–103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95 }
96
97 inline size_t TransferTo(BufferedTransformation &target, const std::string &channel=DEFAULT_CHANNEL)
98 {
99 size_t len = m_tail-m_head;
100 target.ChannelPutModifiable(channel, buf+m_head, len);
101 m_head = m_tail;
102 return len;
103 }
104
105 inline size_t TransferTo(BufferedTransformation &target, lword transferMax, const std::string &channel=DEFAULT_CHANNEL)
106 {

Callers 14

fipstest.cppFile · 0.80
BERDecodeOctetStringFunction · 0.80
DERReencodeFunction · 0.80
DEREncodeMethod · 0.80
PutMethod · 0.80
CopyMessagesToMethod · 0.80
ProcessInputMethod · 0.80
EncodePointMethod · 0.80
DigestFileFunction · 0.80
TransferTo2Method · 0.80
EncodePointMethod · 0.80

Calls 1

UnsignedMinFunction · 0.85

Tested by 2

DigestFileFunction · 0.64