Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
57
func
CloseTheCloser(c io.Closer) {
58
_ = c.Close()
59
}
Callers
2
Get
Function · 0.70
login
Function · 0.70
Calls
1
Close
Method · 0.65
Tested by
no test coverage detected