Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
257
func
(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
267
type
Option
func
(*TransferQueue)
268
Callers
1
Add
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected