MCPcopy Create free account
hub / github.com/bytebase/bytebase / RoundTrip

Method RoundTrip

action/command/api_test.go:182–184  ·  view source on GitHub ↗
(req *http.Request)

Source from the content-addressed store, hash-verified

180type roundTripFunc func(req *http.Request) (*http.Response, error)
181
182func (f roundTripFunc) RoundTrip(req *http.Request) (*http.Response, error) {
183 return f(req)
184}
185
186type closeIdleRoundTripper struct {
187 closed bool

Calls 1

fFunction · 0.85

Tested by

no test coverage detected