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

Method AnyRetrievable

src/cryptopp/cryptlib.cpp:504–513  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

502}
503
504bool BufferedTransformation::AnyRetrievable() const
505{
506 if (AttachedTransformation())
507 return AttachedTransformation()->AnyRetrievable();
508 else
509 {
510 byte b;
511 return Peek(b) != 0;
512 }
513}
514
515size_t BufferedTransformation::Get(byte &outByte)
516{

Callers 8

PutMethod · 0.80
ChannelPut2Method · 0.80
DoFlushMethod · 0.80
SourceExhaustedMethod · 0.80
ChannelDataMethod · 0.80
ProcessInputQueuesMethod · 0.80
FlushOutputQueuesMethod · 0.80

Calls 1

AttachedTransformationFunction · 0.85

Tested by

no test coverage detected