MCPcopy Index your code
hub / github.com/google/go-github / RoundTrip

Method RoundTrip

github/github.go:2133–2135  ·  view source on GitHub ↗
(r *http.Request)

Source from the content-addressed store, hash-verified

2131type roundTripperFunc func(*http.Request) (*http.Response, error)
2132
2133func (fn roundTripperFunc) RoundTrip(r *http.Request) (*http.Response, error) {
2134 return fn(r)
2135}
2136
2137var runIDFromURLRE = regexp.MustCompile(`repos/.*/actions/runs/(\d+)/deployment_protection_rule$`)
2138

Callers 4

newClientFunction · 0.45
RoundTripMethod · 0.45
RoundTripMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected