MCPcopy
hub / github.com/gin-gonic/gin / Written

Method Written

response_writer.go:106–108  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

104}
105
106func (w *responseWriter) Written() bool {
107 return w.size != noWritten
108}
109
110// Hijack implements the http.Hijacker interface.
111func (w *responseWriter) Hijack() (net.Conn, *bufio.ReadWriter, error) {

Callers 2

WriteHeaderMethod · 0.95
WriteHeaderNowMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected