MCPcopy Create free account
hub / github.com/felixge/httpsnoop / Hijack

Method Hijack

wrap_generated.go:2068–2070  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2066 return (*rwState)(w).doWrite(b)
2067}
2068func (w *rw32) Hijack() (net.Conn, *bufio.ReadWriter, error) {
2069 return (*rwState)(w).doHijack()
2070}
2071
2072// combination 34/512: http.ResponseWriter, http.Hijacker, io.StringWriter
2073type rw33 rwState

Callers 2

WrapFunction · 0.45
doHijackMethod · 0.45

Calls 1

doHijackMethod · 0.80

Tested by

no test coverage detected