Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ContentSquare/chproxy
/ Header
Method
Header
proxyretry_test.go:282–284 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
280
}
281
282
func
(m *mockResponseWriterWithCode) Header() http.Header {
283
return
m.ResponseWriter.Header()
284
}
285
286
func
(m *mockResponseWriterWithCode) Write(i []byte) (int, error) {
287
return
m.ResponseWriter.Write(i)
Callers
nothing calls this directly
Calls
1
Header
Method · 0.45
Tested by
no test coverage detected