MCPcopy Index your code
hub / github.com/subtrace/subtrace / Header

Method Header

devtools/devtools.go:302–304  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

300}
301
302func (w *pipeResponseWriter) Header() http.Header {
303 return w.resp.Header
304}
305
306func (w *pipeResponseWriter) WriteHeader(code int) {
307 if w.wroteHeader {

Callers 3

sendResponseMethod · 0.95
websocketMethod · 0.80
htmlMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected