MCPcopy
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
63func (d *fetchWatcher) hasObserved(oid string) bool {
64 return d.observed[oid]
65}
66
67func hasToPrintTransfers() bool {
68 return fetchJsonArg || fetchDryRunArg

Callers 1

pointersToFetchFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected