MCPcopy Create free account
hub / github.com/akalin/gopar / OnDataFileWrite

Method OnDataFileWrite

par2/decoder.go:246–246  ·  view source on GitHub ↗

OnDataFileWrite implements the DecoderDelegate interface.

(i, n int, path string, byteCount int, err error)

Source from the content-addressed store, hash-verified

244
245// OnDataFileWrite implements the DecoderDelegate interface.
246func (DoNothingDecoderDelegate) OnDataFileWrite(i, n int, path string, byteCount int, err error) {}
247
248func newDecoder(fileIO fileIO, delegate DecoderDelegate, indexPath string, numGoroutines int) (*Decoder, error) {
249 indexBytes, err := fileIO.ReadFile(indexPath)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected