(context.Context)
| 968 | } |
| 969 | |
| 970 | func (a *timeoutErrorAdapter) Health(context.Context) error { return nil } |
| 971 | |
| 972 | func (a *timeoutErrorAdapter) Metadata() types.BackendMetadata { |
| 973 | return types.BackendMetadata{Name: a.name, Type: "mock"} |
nothing calls this directly
no outgoing calls
no test coverage detected