MCPcopy Create free account
hub / github.com/libgit2/git2go / sendRequestBackground

Method sendRequestBackground

http.go:180–185  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

178}
179
180func (self *httpSmartSubtransportStream) sendRequestBackground() {
181 go func() {
182 self.httpError = self.sendRequest()
183 }()
184 self.sentRequest = true
185}
186
187func (self *httpSmartSubtransportStream) sendRequest() error {
188 defer self.recvReply.Done()

Callers 1

ActionMethod · 0.80

Calls 1

sendRequestMethod · 0.95

Tested by

no test coverage detected