| 912 | } |
| 913 | |
| 914 | type blockingInferAdapter struct { |
| 915 | once sync.Once |
| 916 | started chan struct{} |
| 917 | release chan struct{} |
| 918 | name string |
| 919 | } |
| 920 | |
| 921 | func (b *blockingInferAdapter) Name() string { return b.name } |
| 922 |
nothing calls this directly
no outgoing calls
no test coverage detected