| 162 | } |
| 163 | |
| 164 | type mockAsyncCall struct { |
| 165 | id int64 |
| 166 | function string |
| 167 | overload string |
| 168 | } |
| 169 | |
| 170 | func (m mockAsyncCall) CallID() int64 { return m.id } |
| 171 | func (m mockAsyncCall) Function() string { return m.function } |
nothing calls this directly
no outgoing calls
no test coverage detected