()
| 52 | } |
| 53 | |
| 54 | func (f *fakeDialer) dialAttempts() int { |
| 55 | f.mu.Lock() |
| 56 | defer f.mu.Unlock() |
| 57 | return f.dialCount |
| 58 | } |
| 59 | |
| 60 | func (f *fakeDialer) engineVersionAttempts() int { //nolint:unused |
| 61 | f.mu.Lock() |
no outgoing calls
no test coverage detected