emptyPendingRequests is a no-op implementation of PendingRequests. It is used when pending requests are not needed.
| 132 | // emptyPendingRequests is a no-op implementation of PendingRequests. It is |
| 133 | // used when pending requests are not needed. |
| 134 | type emptyPendingRequests struct{} |
| 135 | |
| 136 | // type check |
| 137 | var _ pendingRequests = emptyPendingRequests{} |
nothing calls this directly
no outgoing calls
no test coverage detected