()
| 919 | } |
| 920 | |
| 921 | func (b *blockingInferAdapter) Name() string { return b.name } |
| 922 | |
| 923 | func (b *blockingInferAdapter) Invoke(ctx context.Context, req types.BackendRequest) (types.BackendResponse, error) { |
| 924 | b.once.Do(func() { close(b.started) }) |
nothing calls this directly
no outgoing calls
no test coverage detected