NewClient is the alias of C
()
| 1541 | |
| 1542 | // NewClient is the alias of C |
| 1543 | func NewClient() *Client { |
| 1544 | return C() |
| 1545 | } |
| 1546 | |
| 1547 | // Clone copy and returns the Client |
| 1548 | func (c *Client) Clone() *Client { |
nothing calls this directly
no test coverage detected
searching dependent graphs…