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

Method Name

remote.go:794–798  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

792}
793
794func (o *Remote) Name() string {
795 s := C.git_remote_name(o.ptr)
796 runtime.KeepAlive(o)
797 return C.GoString(s)
798}
799
800func (o *Remote) Url() string {
801 s := C.git_remote_url(o.ptr)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected