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

Method Close

rpc/mux/rawcaller.go:106–113  ·  view source on GitHub ↗

Close release underlying connection resources.

()

Source from the content-addressed store, hash-verified

104
105// Close release underlying connection resources.
106func (c *RawCaller) Close() {
107 c.Lock()
108 defer c.Unlock()
109 if c.client != nil {
110 _ = c.client.Close()
111 c.client = nil
112 }
113}
114
115// Target returns the request target for logging purpose.
116func (c *RawCaller) Target() string {

Callers 1

TestRawCallerFunction · 0.95

Calls 1

CloseMethod · 0.65

Tested by 1

TestRawCallerFunction · 0.76