MCPcopy Index your code
hub / github.com/felixge/httpsnoop / CloseNotify

Method CloseNotify

wrap_generated.go:2980–2982  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2978 return (*rwState)(w).doWrite(b)
2979}
2980func (w *rw68) CloseNotify() <-chan bool {
2981 return (*rwState)(w).doCloseNotify()
2982}
2983func (w *rw68) EnableFullDuplex() error {
2984 return (*rwState)(w).doEnableFullDuplex()
2985}

Callers

nothing calls this directly

Calls 1

doCloseNotifyMethod · 0.80

Tested by

no test coverage detected