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

Method Free

remote.go:620–626  ·  view source on GitHub ↗

Free releases the resources of the Remote.

()

Source from the content-addressed store, hash-verified

618
619// Free releases the resources of the Remote.
620func (r *Remote) Free() {
621 r.repo.Remotes.untrackRemote(r)
622 if r.weak {
623 return
624 }
625 r.free()
626}
627
628type RemoteCollection struct {
629 doNotCompare

Callers

nothing calls this directly

Calls 2

freeMethod · 0.95
untrackRemoteMethod · 0.80

Tested by

no test coverage detected