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

Function _alreadyReadPacket

plugins/e57/libE57Format/src/CompressedVectorReaderImpl.cpp:351–356  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

349 }
350
351 inline bool _alreadyReadPacket( const DecodeChannel &channel,
352 uint64_t currentPacketLogicalOffset )
353 {
354 return ( ( channel.currentPacketLogicalOffset != currentPacketLogicalOffset ) ||
355 channel.isOutputBlocked() );
356 }
357
358 void CompressedVectorReaderImpl::feedPacketToDecoders( uint64_t currentPacketLogicalOffset )
359 {

Callers 1

feedPacketToDecodersMethod · 0.85

Calls 1

isOutputBlockedMethod · 0.80

Tested by

no test coverage detected