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

Method AnyMessages

src/cryptopp/cryptlib.cpp:577–583  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

575}
576
577bool BufferedTransformation::AnyMessages() const
578{
579 if (AttachedTransformation())
580 return AttachedTransformation()->AnyMessages();
581 else
582 return NumberOfMessages() != 0;
583}
584
585bool BufferedTransformation::GetNextMessage()
586{

Callers 3

ChannelPut2Method · 0.80
SourceExhaustedMethod · 0.80

Calls 2

AttachedTransformationFunction · 0.85
NumberOfMessagesFunction · 0.70

Tested by

no test coverage detected