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

Struct testAdapter

tq/transfer_test.go:12–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10)
11
12type testAdapter struct {
13 name string
14 dir Direction
15}
16
17func (a *testAdapter) Name() string {
18 return a.name

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected