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

Method PushUrl

remote.go:806–810  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

804}
805
806func (o *Remote) PushUrl() string {
807 s := C.git_remote_pushurl(o.ptr)
808 runtime.KeepAlive(o)
809 return C.GoString(s)
810}
811
812func (c *RemoteCollection) Rename(remote, newname string) ([]string, error) {
813 cproblems := C.git_strarray{}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected