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

Function NewCustomAdapterDownloadRequest

tq/custom.go:90–92  ·  view source on GitHub ↗
(oid string, size int64, action *Action)

Source from the content-addressed store, hash-verified

88 return &customAdapterTransferRequest{"upload", oid, size, path, action}
89}
90func NewCustomAdapterDownloadRequest(oid string, size int64, action *Action) *customAdapterTransferRequest {
91 return &customAdapterTransferRequest{"download", oid, size, "", action}
92}
93
94type customAdapterTerminateRequest struct {
95 Event string `json:"event"`

Callers 1

DoTransferMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected