MCPcopy
hub / github.com/git-lfs/git-lfs / RemoteRefCommitish

Method RemoteRefCommitish

git/refs.go:80–82  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

78}
79
80func (u *RefUpdate) RemoteRefCommitish() string {
81 return refCommitish(u.RemoteRef())
82}
83
84func refCommitish(r *Ref) string {
85 if len(r.Sha) > 0 {

Calls 2

RemoteRefMethod · 0.95
refCommitishFunction · 0.85

Tested by 1