Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/git-lfs/git-lfs
/ hasObserved
Method
hasObserved
commands/command_fetch.go:63–65 ·
view source on GitHub ↗
(oid string)
Source
from the content-addressed store, hash-verified
61
}
62
63
func
(d *fetchWatcher) hasObserved(oid string) bool {
64
return
d.observed[oid]
65
}
66
67
func
hasToPrintTransfers() bool {
68
return
fetchJsonArg || fetchDryRunArg
Callers
1
pointersToFetch
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected