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

Method ResponseBody

coderd/tracing/status_writer.go:109–111  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

107}
108
109func (w *StatusWriter) ResponseBody() []byte {
110 return w.responseBody
111}
112
113func (w *StatusWriter) Flush() {
114 f, ok := w.ResponseWriter.(http.Flusher)

Callers 2

TestStatusWriterFunction · 0.95
LoggerFunction · 0.80

Calls

no outgoing calls

Tested by 1

TestStatusWriterFunction · 0.76