MCPcopy Create free account
hub / github.com/pydio/cells / InsertParentDiffer

Method InsertParentDiffer

common/utils/watch/diff.go:31–32  ·  view source on GitHub ↗
(dfunc func(path []string, a, b reflect.Value, p interface{}) error)

Source from the content-addressed store, hash-verified

29}
30
31func (*noopDiffer) InsertParentDiffer(dfunc func(path []string, a, b reflect.Value, p interface{}) error) {
32}
33
34type syncMapDiffer struct {
35 DiffFunc func(path []string, a, b reflect.Value, p interface{}) error

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected