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

Method CopyRangeTo2

src/cryptopp/mqueue.cpp:16–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14}
15
16size_t MessageQueue::CopyRangeTo2(BufferedTransformation &target, lword &begin, lword end, const std::string &channel, bool blocking) const
17{
18 if (begin >= MaxRetrievable())
19 return 0;
20
21 return m_queue.CopyRangeTo2(target, begin, STDMIN(MaxRetrievable(), end), channel, blocking);
22}
23
24size_t MessageQueue::TransferTo2(BufferedTransformation &target, lword &transferBytes, const std::string &channel, bool blocking)
25{

Callers

nothing calls this directly

Calls 1

MaxRetrievableFunction · 0.70

Tested by

no test coverage detected