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

Method CloseNotify

wrap_generated.go:3023–3025  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3021 return (*rwState)(w).doWrite(b)
3022}
3023func (w *rw70) CloseNotify() <-chan bool {
3024 return (*rwState)(w).doCloseNotify()
3025}
3026func (w *rw70) EnableFullDuplex() error {
3027 return (*rwState)(w).doEnableFullDuplex()
3028}

Callers

nothing calls this directly

Calls 1

doCloseNotifyMethod · 0.80

Tested by

no test coverage detected