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

Method LogRequest

lfsapi/client.go:33–35  ·  view source on GitHub ↗
(r *http.Request, reqKey string)

Source from the content-addressed store, hash-verified

31}
32
33func (c *Client) LogRequest(r *http.Request, reqKey string) *http.Request {
34 return c.client.LogRequest(r, reqKey)
35}
36
37func (c *Client) GitEnv() config.Environment {
38 return c.client.GitEnv()

Callers 9

LockMethod · 0.45
UnlockMethod · 0.45
SearchMethod · 0.45
SearchVerifiableMethod · 0.45
BatchMethod · 0.45
DoTransferMethod · 0.45
downloadMethod · 0.45
DoTransferMethod · 0.45
verifyUploadFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected