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

Method OnVolumeFileWrite

par1/create.go:28–29  ·  view source on GitHub ↗

OnVolumeFileWrite implements the CreateDelegate interface.

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

Source from the content-addressed store, hash-verified

26
27// OnVolumeFileWrite implements the CreateDelegate interface.
28func (DoNothingCreateDelegate) OnVolumeFileWrite(i, n int, path string, dataByteCount, byteCount int, err error) {
29}
30
31// OnFilesNotAllInSameDir implements the CreateDelegate interface.
32func (DoNothingCreateDelegate) OnFilesNotAllInSameDir() {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected