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

Method Action

transport.go:183–183  ·  view source on GitHub ↗

Action creates a SmartSubtransportStream for the provided url and requested action.

(url string, action SmartServiceAction)

Source from the content-addressed store, hash-verified

181 // Action creates a SmartSubtransportStream for the provided url and
182 // requested action.
183 Action(url string, action SmartServiceAction) (SmartSubtransportStream, error)
184
185 // Close closes the SmartSubtransport.
186 //

Callers 1

Implementers 3

testSmartSubtransporttransport_test.go

Calls

no outgoing calls

Tested by

no test coverage detected