()
| 280 | } |
| 281 | |
| 282 | func (c *Client) closeContext() { |
| 283 | c.ctxMu.Lock() |
| 284 | c.cancel() |
| 285 | c.ctxMu.Unlock() |
| 286 | } |
| 287 | |
| 288 | func (c *Client) context() context.Context { |
| 289 | c.ctxMu.Lock() |
nothing calls this directly
no outgoing calls
no test coverage detected