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

Method NumberOfMessages

src/cryptopp/cryptlib.cpp:569–575  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

567}
568
569unsigned int BufferedTransformation::NumberOfMessages() const
570{
571 if (AttachedTransformation())
572 return AttachedTransformation()->NumberOfMessages();
573 else
574 return CopyMessagesTo(TheBitBucket());
575}
576
577bool BufferedTransformation::AnyMessages() const
578{

Callers 2

ChannelDataMethod · 0.80
ProcessInputQueuesMethod · 0.80

Calls 1

AttachedTransformationFunction · 0.85

Tested by

no test coverage detected