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