(name string)
| 96 | } |
| 97 | |
| 98 | func (p *MockProvider) SetModel(name string) { |
| 99 | p.mu.Lock() |
| 100 | p.ModelName = name |
| 101 | p.mu.Unlock() |
| 102 | } |
| 103 | |
| 104 | // Calls returns how many times Send has been invoked. |
| 105 | func (p *MockProvider) Calls() int { |
nothing calls this directly
no outgoing calls
no test coverage detected