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

Method Action

transport_test.go:12–14  ·  view source on GitHub ↗
(url string, action SmartServiceAction)

Source from the content-addressed store, hash-verified

10}
11
12func (t *testSmartSubtransport) Action(url string, action SmartServiceAction) (SmartSubtransportStream, error) {
13 return &testSmartSubtransportStream{}, nil
14}
15
16func (t *testSmartSubtransport) Close() error {
17 return nil

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected