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

Function RemoteRef

tq/transfer_queue.go:281–285  ·  view source on GitHub ↗
(ref *git.Ref)

Source from the content-addressed store, hash-verified

279}
280
281func RemoteRef(ref *git.Ref) Option {
282 return func(tq *TransferQueue) {
283 tq.ref = ref
284 }
285}
286
287func WithProgressCallback(cb tools.CopyCallback) Option {
288 return func(tq *TransferQueue) {

Callers 6

downloadFileMethod · 0.92
downloadFileFallBackMethod · 0.92
newDownloadQueueFunction · 0.92
uploadForRefUpdatesFunction · 0.92
uploadsWithObjectIDsFunction · 0.92
filterCommandFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected