MCPcopy Index your code
hub / github.com/wavetermdev/waveterm / TestResponseWriter

Struct TestResponseWriter

cmd/testai/main-testai.go:35–37  ·  view source on GitHub ↗

TestResponseWriter implements http.ResponseWriter and additional interfaces for testing

Source from the content-addressed store, hash-verified

33
34// TestResponseWriter implements http.ResponseWriter and additional interfaces for testing
35type TestResponseWriter struct {
36 header http.Header
37}
38
39func (w *TestResponseWriter) Header() http.Header {
40 if w.header == nil {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected