MCPcopy
hub / github.com/wavetermdev/waveterm / SetWriteDeadline

Method SetWriteDeadline

cmd/testai/main-testai.go:61–64  ·  view source on GitHub ↗

Implement interfaces needed by http.ResponseController

(deadline time.Time)

Source from the content-addressed store, hash-verified

59
60// Implement interfaces needed by http.ResponseController
61func (w *TestResponseWriter) SetWriteDeadline(deadline time.Time) error {
62 // No-op for testing
63 return nil
64}
65
66func (w *TestResponseWriter) SetReadDeadline(deadline time.Time) error {
67 // No-op for testing

Callers 4

WritePingFunction · 0.80
handleLocalStreamFileFunction · 0.80
SetupSSEMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected