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

Method Header

site/site.go:585–585  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

583type noopResponseWriter struct{}
584
585func (noopResponseWriter) Header() http.Header { return http.Header{} }
586func (noopResponseWriter) Write(p []byte) (int, error) { return len(p), nil }
587func (noopResponseWriter) WriteHeader(int) {}
588

Callers 15

mainFunction · 0.45
showErrorFunction · 0.45
showSuccessFunction · 0.45
ServeHTTPMethod · 0.45
RenderStaticErrorPageFunction · 0.45
RenderOAuthAllowPageFunction · 0.45
ServeHTTPMethod · 0.45
TestRunWithSMTPFunction · 0.45
handleMessagesMethod · 0.45

Calls

no outgoing calls

Tested by 1

TestRunWithSMTPFunction · 0.36