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

Method CloseNotify

wrap_generated.go:3000–3002  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2998 return (*rwState)(w).doWrite(b)
2999}
3000func (w *rw69) CloseNotify() <-chan bool {
3001 return (*rwState)(w).doCloseNotify()
3002}
3003func (w *rw69) EnableFullDuplex() error {
3004 return (*rwState)(w).doEnableFullDuplex()
3005}

Callers

nothing calls this directly

Calls 1

doCloseNotifyMethod · 0.80

Tested by

no test coverage detected