MCPcopy Create free account
hub / github.com/coder/coder / roundTripFunc

FuncType roundTripFunc

coderd/healthcheck/accessurl_test.go:156–156  ·  view source on GitHub ↗
func(r *http.Request) (*http.Response, error)

Source from the content-addressed store, hash-verified

154}
155
156type roundTripFunc func(r *http.Request) (*http.Response, error)
157
158func (rt roundTripFunc) RoundTrip(r *http.Request) (*http.Response, error) {
159 return rt(r)

Callers 1

TestAccessURLFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected