MCPcopy
hub / github.com/spacecloud-io/space-cloud / CloseTheCloser

Function CloseTheCloser

space-cli/cmd/utils/http.go:57–59  ·  view source on GitHub ↗

CloseTheCloser closes the closer

(c io.Closer)

Source from the content-addressed store, hash-verified

55
56// CloseTheCloser closes the closer
57func CloseTheCloser(c io.Closer) {
58 _ = c.Close()
59}

Callers 2

GetFunction · 0.70
loginFunction · 0.70

Calls 1

CloseMethod · 0.65

Tested by

no test coverage detected