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

Method TotalBytesRetrievable

src/cryptopp/cryptlib.cpp:561–567  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

559}
560
561lword BufferedTransformation::TotalBytesRetrievable() const
562{
563 if (AttachedTransformation())
564 return AttachedTransformation()->TotalBytesRetrievable();
565 else
566 return MaxRetrievable();
567}
568
569unsigned int BufferedTransformation::NumberOfMessages() const
570{

Callers

nothing calls this directly

Calls 2

AttachedTransformationFunction · 0.85
MaxRetrievableFunction · 0.70

Tested by

no test coverage detected