MCPcopy Index your code
hub / github.com/CovenantSQL/CovenantSQL / pooledClient

Struct pooledClient

rpc/pool.go:30–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28)
29
30type pooledClient struct {
31 *rpc.Client
32
33 // Fields for pooling
34 sync.Mutex
35 freelist *freelist
36 lastErr error
37}
38
39func (c *pooledClient) SetLastErr(err error) {
40 c.Lock()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected