MCPcopy
hub / github.com/docker/compose / Close

Method Close

internal/desktop/client.go:102–105  ·  view source on GitHub ↗

Close releases any open connections.

()

Source from the content-addressed store, hash-verified

100
101// Close releases any open connections.
102func (c *Client) Close() error {
103 c.client.CloseIdleConnections()
104 return nil
105}
106
107type PingResponse struct {
108 ServerTime int64 `json:"serverTime"`

Callers 2

TestClientPingFunction · 0.95
IsFeatureActiveFunction · 0.95

Calls

no outgoing calls

Tested by 1

TestClientPingFunction · 0.76