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

Method Header

coderd/httpapi/noop.go:8–8  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

6type NoopResponseWriter struct{}
7
8func (NoopResponseWriter) Header() http.Header { return http.Header{} }
9func (NoopResponseWriter) Write(p []byte) (int, error) { return len(p), nil }
10func (NoopResponseWriter) WriteHeader(int) {}

Callers 15

TestExternalAuthDeviceFunction · 0.45
NewFunction · 0.45
fileByIDMethod · 0.45
TestMCPServerOAuth2PKCEFunction · 0.45
formatHealthcheckFunction · 0.45
debugCollectProfileMethod · 0.45
initScriptMethod · 0.45
fetchAndWriteLogsFunction · 0.45
workspaceAgentLogsMethod · 0.45

Calls

no outgoing calls