MCPcopy Create free account
hub / github.com/libgit2/git2go / testSmartSubtransport

Struct testSmartSubtransport

transport_test.go:9–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7)
8
9type testSmartSubtransport struct {
10}
11
12func (t *testSmartSubtransport) Action(url string, action SmartServiceAction) (SmartSubtransportStream, error) {
13 return &testSmartSubtransportStream{}, nil

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected