Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/git-lfs/git-lfs
/ LocalRef
Method
LocalRef
git/refs.go:25–27 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
23
}
24
25
func
(u *RefUpdate) LocalRef() *Ref {
26
return
u.localRef
27
}
28
29
func
(u *RefUpdate) LocalRefCommitish() string {
30
return
refCommitish(u.LocalRef())
Callers
4
LocalRefCommitish
Method · 0.95
RemoteRef
Method · 0.95
TestRefUpdateExplicitLocalAndRemoteRefs
Function · 0.95
uploadForRefUpdates
Function · 0.80
Calls
no outgoing calls
Tested by
1
TestRefUpdateExplicitLocalAndRemoteRefs
Function · 0.76