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

Method OnRecoveryFileWrite

par2/create.go:44–45  ·  view source on GitHub ↗

OnRecoveryFileWrite implements the CreateDelegate interface.

(start, count, total int, path string, dataByteCount, byteCount int, err error)

Source from the content-addressed store, hash-verified

42
43// OnRecoveryFileWrite implements the CreateDelegate interface.
44func (DoNothingCreateDelegate) OnRecoveryFileWrite(start, count, total int, path string, dataByteCount, byteCount int, err error) {
45}
46
47// CreateOptions holds all the options for Create.
48type CreateOptions struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected