MCPcopy Create free account
hub / github.com/imroc/req / NewClient

Function NewClient

client.go:1543–1545  ·  view source on GitHub ↗

NewClient is the alias of C

()

Source from the content-addressed store, hash-verified

1541
1542// NewClient is the alias of C
1543func NewClient() *Client {
1544 return C()
1545}
1546
1547// Clone copy and returns the Client
1548func (c *Client) Clone() *Client {

Callers

nothing calls this directly

Calls 1

CFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…