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

Method Done

tq/transfer_queue.go:162–170  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

160}
161
162func (q *abortableWaitGroup) Done() {
163 q.mu.Lock()
164 defer q.mu.Unlock()
165
166 if !q.abort {
167 q.counter -= 1
168 q.wq.Done()
169 }
170}
171
172func (q *abortableWaitGroup) Abort() {
173 q.mu.Lock()

Callers 5

collectBatchesMethod · 0.45
addToAdapterMethod · 0.45
handleTransferResultMethod · 0.45
errorCollectorMethod · 0.45

Calls 2

LockMethod · 0.65
UnlockMethod · 0.65

Tested by

no test coverage detected