Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/git-lfs/git-lfs
/ Skip
Method
Skip
tq/transfer_queue.go:920–922 ·
view source on GitHub ↗
(size int64)
Source
from the content-addressed store, hash-verified
918
}
919
920
func
(q *TransferQueue) Skip(size int64) {
921
q.meter.Skip(size)
922
}
923
924
func
(q *TransferQueue) ensureAdapterBegun(e lfshttp.Endpoint) error {
925
q.Upgrade()
Callers
2
enqueueAndCollectRetriesFor
Method · 0.95
addToAdapter
Method · 0.95
Calls
1
Skip
Method · 0.65
Tested by
no test coverage detected