(dfunc func(path []string, a, b reflect.Value, p interface{}) error)
| 96 | } |
| 97 | |
| 98 | func (s *syncMapDiffer) InsertParentDiffer(dfunc func(path []string, a, b reflect.Value, p interface{}) error) { |
| 99 | s.DiffFunc = dfunc |
| 100 | } |
nothing calls this directly
no outgoing calls
no test coverage detected