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

Method Hijack

wrap_generated.go:2191–2193  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2189 return (*rwState)(w).doWrite(b)
2190}
2191func (w *rw38) Hijack() (net.Conn, *bufio.ReadWriter, error) {
2192 return (*rwState)(w).doHijack()
2193}
2194func (w *rw38) EnableFullDuplex() error {
2195 return (*rwState)(w).doEnableFullDuplex()
2196}

Callers

nothing calls this directly

Calls 1

doHijackMethod · 0.80

Tested by

no test coverage detected