MCPcopy Index your code
hub / github.com/git-lfs/git-lfs / Add

Method Add

tq/transfer.go:248–248  ·  view source on GitHub ↗

Add queues a download/upload, which will complete asynchronously and notify the callbacks given to Begin()

(transfers ...*Transfer)

Source from the content-addressed store, hash-verified

246 // Add queues a download/upload, which will complete asynchronously and
247 // notify the callbacks given to Begin()
248 Add(transfers ...*Transfer) (results <-chan TransferResult)
249 // Indicate that all transfers have been scheduled and resources can be released
250 // once the queued items have completed.
251 // This call blocks until all items have been processed

Callers 15

NewStringSetFromSliceFunction · 0.65
walkMethod · 0.65
NewOrderedSetFromSliceFunction · 0.65
UnionMethod · 0.65
IntersectMethod · 0.65
DifferenceMethod · 0.65
CloneMethod · 0.65
TestTimeAtOrInNoDurationFunction · 0.65

Implementers 2

adapterBasetq/adapterbase.go
testAdaptertq/transfer_test.go

Calls

no outgoing calls