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

Method Hijack

wrap_generated.go:2263–2265  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2261 return (*rwState)(w).doWrite(b)
2262}
2263func (w *rw41) Hijack() (net.Conn, *bufio.ReadWriter, error) {
2264 return (*rwState)(w).doHijack()
2265}
2266func (w *rw41) SetReadDeadline(deadline time.Time) error {
2267 return (*rwState)(w).doSetReadDeadline(deadline)
2268}

Callers

nothing calls this directly

Calls 1

doHijackMethod · 0.80

Tested by

no test coverage detected