| 23 | func (a timeoutAdapter) Metadata() types.BackendMetadata { return types.BackendMetadata{Name: a.name} } |
| 24 | |
| 25 | type streamCaptureAdapter struct { |
| 26 | name string |
| 27 | lastStream *bool |
| 28 | } |
| 29 | |
| 30 | func (a *streamCaptureAdapter) Name() string { return a.name } |
| 31 |
nothing calls this directly
no outgoing calls
no test coverage detected