MCPcopy 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
174func (self *httpSmartSubtransportStream) Free() {
175 if self.resp != nil {
176 self.resp.Body.Close()
177 }
178}
179
180func (self *httpSmartSubtransportStream) sendRequestBackground() {
181 go func() {

Callers

nothing calls this directly

Calls 1

CloseMethod · 0.65

Tested by

no test coverage detected