Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/rs/cors
/ WriteHeader
Method
WriteHeader
bench_test.go:17–18 ·
view source on GitHub ↗
(n int)
Source
from the content-addressed store, hash-verified
15
}
16
17
func
(r FakeResponse) WriteHeader(n int) {
18
}
19
20
func
(r FakeResponse) Write(b []byte) (n int, err error) {
21
return
len(b), nil
Callers
3
Handler
Method · 0.80
HandlerFunc
Method · 0.80
ServeHTTP
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected