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

Method CloseNotify

wrap_generated.go:3046–3048  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3044 return (*rwState)(w).doWrite(b)
3045}
3046func (w *rw71) CloseNotify() <-chan bool {
3047 return (*rwState)(w).doCloseNotify()
3048}
3049func (w *rw71) EnableFullDuplex() error {
3050 return (*rwState)(w).doEnableFullDuplex()
3051}

Callers

nothing calls this directly

Calls 1

doCloseNotifyMethod · 0.80

Tested by

no test coverage detected