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

Method Url

remote.go:800–804  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

798}
799
800func (o *Remote) Url() string {
801 s := C.git_remote_url(o.ptr)
802 runtime.KeepAlive(o)
803 return C.GoString(s)
804}
805
806func (o *Remote) PushUrl() string {
807 s := C.git_remote_pushurl(o.ptr)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected