MCPcopy Create free account
hub / github.com/PDAL/PDAL / totalOutputAvailable

Method totalOutputAvailable

plugins/e57/libE57Format/src/CompressedVectorWriterImpl.cpp:404–414  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

402 }
403
404 size_t CompressedVectorWriterImpl::totalOutputAvailable() const
405 {
406 size_t total = 0;
407
408 for ( const auto &bytestream : bytestreams_ )
409 {
410 total += bytestream->outputAvailable();
411 }
412
413 return total;
414 }
415
416 size_t CompressedVectorWriterImpl::currentPacketSize() const
417 {

Callers

nothing calls this directly

Calls 1

outputAvailableMethod · 0.80

Tested by

no test coverage detected