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

Method InsertParentDiffer

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

Source from the content-addressed store, hash-verified

96}
97
98func (s *syncMapDiffer) InsertParentDiffer(dfunc func(path []string, a, b reflect.Value, p interface{}) error) {
99 s.DiffFunc = dfunc
100}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected