Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/libgit2/git2go
/ Free
Method
Free
http.go:174–178 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
172
}
173
174
func
(self *httpSmartSubtransportStream) Free() {
175
if
self.resp != nil {
176
self.resp.Body.Close()
177
}
178
}
179
180
func
(self *httpSmartSubtransportStream) sendRequestBackground() {
181
go
func
() {
Callers
nothing calls this directly
Calls
1
Close
Method · 0.65
Tested by
no test coverage detected