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

Method WriteHeader

cmd/testai/main-testai.go:51–53  ·  view source on GitHub ↗
(statusCode int)

Source from the content-addressed store, hash-verified

49}
50
51func (w *TestResponseWriter) WriteHeader(statusCode int) {
52 fmt.Printf("Status: %d\n", statusCode)
53}
54
55// Implement http.Flusher interface
56func (w *TestResponseWriter) Flush() {

Callers 8

handleRenderMethod · 0.45
handleDataMethod · 0.45
handleConfigMethod · 0.45
handleConfigPostMethod · 0.45
handleSchemasMethod · 0.45
handleModalResultMethod · 0.45
handleTermInputMethod · 0.45
handleManifestMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected