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

Method Spy

src/cryptopp/mqueue.cpp:65–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63}
64
65const byte * MessageQueue::Spy(size_t &contiguousSize) const
66{
67 const byte *result = m_queue.Spy(contiguousSize);
68 contiguousSize = UnsignedMin(contiguousSize, MaxRetrievable());
69 return result;
70}
71
72// *************************************************************
73

Callers 1

ChannelPut2Method · 0.45

Calls 2

UnsignedMinFunction · 0.85
MaxRetrievableFunction · 0.70

Tested by

no test coverage detected