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

Method OnDataFileLoad

par2/create.go:36–37  ·  view source on GitHub ↗

OnDataFileLoad implements the CreateDelegate interface.

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

Source from the content-addressed store, hash-verified

34
35// OnDataFileLoad implements the CreateDelegate interface.
36func (DoNothingCreateDelegate) OnDataFileLoad(i, n int, path string, byteCount int, err error) {
37}
38
39// OnIndexFileWrite implements the CreateDelegate interface.
40func (DoNothingCreateDelegate) OnIndexFileWrite(path string, byteCount int, err error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected