MCPcopy
hub / github.com/NVIDIA/aistore / targzExtractCreator

Struct targzExtractCreator

dsort/extract/targz.go:23–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21var _ Creator = (*targzExtractCreator)(nil)
22
23type targzExtractCreator struct {
24 t cluster.Target
25}
26
27// ExtractShard reads the tarball f and extracts its metadata.
28func (t *targzExtractCreator) ExtractShard(lom *cluster.LOM, r cos.ReadReaderAt, extractor RecordExtractor,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected