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

Method ToTransfer

tq/transfer_queue.go:257–265  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

255}
256
257func (o *objectTuple) ToTransfer() *Transfer {
258 return &Transfer{
259 Name: o.Name,
260 Path: o.Path,
261 Oid: o.Oid,
262 Size: o.Size,
263 Missing: o.Missing,
264 }
265}
266
267type Option func(*TransferQueue)
268

Callers 1

AddMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected