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

Method Disconnect

remote.go:1111–1117  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1109}
1110
1111func (o *Remote) Disconnect() {
1112 runtime.LockOSThread()
1113 defer runtime.UnlockOSThread()
1114
1115 C.git_remote_disconnect(o.ptr)
1116 runtime.KeepAlive(o)
1117}
1118
1119func (o *Remote) Ls(filterRefs ...string) ([]RemoteHead, error) {
1120

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected