MCPcopy Create free account
hub / github.com/OSGeo/gdal / LoadBlockData

Method LoadBlockData

frmts/zarr/zarr_v2_array.cpp:529–537  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

527/************************************************************************/
528
529bool ZarrV2Array::LoadBlockData(const uint64_t *blockIndices,
530 bool &bMissingBlockOut) const
531{
532 return LoadBlockData(blockIndices,
533 false, // use mutex
534 m_psDecompressor, m_abyRawBlockData,
535 m_abyTmpRawBlockData, m_abyDecodedBlockData,
536 bMissingBlockOut);
537}
538
539bool ZarrV2Array::LoadBlockData(const uint64_t *blockIndices, bool bUseMutex,
540 const CPLCompressor *psDecompressor,

Callers 1

IAdviseReadMethod · 0.45

Calls 15

VSIFOpenEx2LFunction · 0.85
VSIFReadLFunction · 0.85
VSIFTellLFunction · 0.85
CPLErrorFunction · 0.85
VSIFCloseLFunction · 0.85
CPLGetDecompressorFunction · 0.85
GetChildrenMethod · 0.80
SetNameValueMethod · 0.80
ListMethod · 0.80

Tested by

no test coverage detected