(context.Context)
| 934 | } |
| 935 | |
| 936 | func (b *blockingInferAdapter) Health(context.Context) error { return nil } |
| 937 | |
| 938 | func (b *blockingInferAdapter) Metadata() types.BackendMetadata { |
| 939 | return types.BackendMetadata{Name: b.name, Type: "mock"} |
nothing calls this directly
no outgoing calls
no test coverage detected