Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
156
type
roundTripFunc
func
(r *http.Request) (*http.Response, error)
157
158
func
(rt roundTripFunc) RoundTrip(r *http.Request) (*http.Response, error) {
159
return
rt(r)
Callers
1
TestAccessURL
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected