(ctx context.Context, service string, paths []*sync.PathMapping)
| 191 | } |
| 192 | |
| 193 | func (f *fakeSyncer) Sync(ctx context.Context, service string, paths []*sync.PathMapping) error { |
| 194 | f.synced <- paths |
| 195 | return nil |
| 196 | } |
nothing calls this directly
no outgoing calls
no test coverage detected