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

Method Diff

common/utils/watch/diff.go:27–29  ·  view source on GitHub ↗
(dt diff.DiffType, df diff.DiffFunc, cl *diff.Changelog, path []string, a, b reflect.Value, parent interface{})

Source from the content-addressed store, hash-verified

25}
26
27func (*noopDiffer) Diff(dt diff.DiffType, df diff.DiffFunc, cl *diff.Changelog, path []string, a, b reflect.Value, parent interface{}) error {
28 return nil
29}
30
31func (*noopDiffer) InsertParentDiffer(dfunc func(path []string, a, b reflect.Value, p interface{}) error) {
32}

Callers 2

FlushMethod · 0.45
CallMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected