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

Method Hijack

wrap_generated.go:2315–2317  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2313 return (*rwState)(w).doWrite(b)
2314}
2315func (w *rw43) Hijack() (net.Conn, *bufio.ReadWriter, error) {
2316 return (*rwState)(w).doHijack()
2317}
2318func (w *rw43) SetReadDeadline(deadline time.Time) error {
2319 return (*rwState)(w).doSetReadDeadline(deadline)
2320}

Callers

nothing calls this directly

Calls 1

doHijackMethod · 0.80

Tested by

no test coverage detected