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

Method Close

http.go:117–119  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

115}
116
117func (t *httpSmartSubtransport) Close() error {
118 return nil
119}
120
121func (t *httpSmartSubtransport) Free() {
122 t.client = nil

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected