( ctx context.Context, root string, lock chan bool, rootStats map[string]*model.EndpointRootStat, ignores ...glob.Glob, // must match merger.Diff exactly )
| 59 | } |
| 60 | |
| 61 | func (f *fakeDiff) Compute( |
| 62 | ctx context.Context, |
| 63 | root string, |
| 64 | lock chan bool, |
| 65 | rootStats map[string]*model.EndpointRootStat, |
| 66 | ignores ...glob.Glob, // must match merger.Diff exactly |
| 67 | ) error { |
| 68 | return nil |
| 69 | } |
| 70 | |
| 71 | func (f *fakeDiff) ToUnidirectionalPatch(ctx context.Context, direction model.DirectionType, patch merger.Patch) error { |
| 72 | return nil |
nothing calls this directly
no outgoing calls
no test coverage detected