()
| 28 | } |
| 29 | |
| 30 | func (a *streamCaptureAdapter) Name() string { return a.name } |
| 31 | |
| 32 | func (a *streamCaptureAdapter) Invoke(_ context.Context, req types.BackendRequest) (types.BackendResponse, error) { |
| 33 | if a.lastStream != nil { |
nothing calls this directly
no outgoing calls
no test coverage detected