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

Method CloseNotify

wrap_generated.go:3072–3074  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3070 return (*rwState)(w).doWrite(b)
3071}
3072func (w *rw72) CloseNotify() <-chan bool {
3073 return (*rwState)(w).doCloseNotify()
3074}
3075func (w *rw72) SetReadDeadline(deadline time.Time) error {
3076 return (*rwState)(w).doSetReadDeadline(deadline)
3077}

Callers

nothing calls this directly

Calls 1

doCloseNotifyMethod · 0.80

Tested by

no test coverage detected