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

Method Hijack

wrap_generated.go:2085–2087  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2083 return (*rwState)(w).doWrite(b)
2084}
2085func (w *rw33) Hijack() (net.Conn, *bufio.ReadWriter, error) {
2086 return (*rwState)(w).doHijack()
2087}
2088func (w *rw33) WriteString(s string) (int, error) {
2089 return (*rwState)(w).doWriteString(s)
2090}

Callers

nothing calls this directly

Calls 1

doHijackMethod · 0.80

Tested by

no test coverage detected