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

Method CloseNotify

wrap_generated.go:3121–3123  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3119 return (*rwState)(w).doWrite(b)
3120}
3121func (w *rw74) CloseNotify() <-chan bool {
3122 return (*rwState)(w).doCloseNotify()
3123}
3124func (w *rw74) SetReadDeadline(deadline time.Time) error {
3125 return (*rwState)(w).doSetReadDeadline(deadline)
3126}

Callers

nothing calls this directly

Calls 1

doCloseNotifyMethod · 0.80

Tested by

no test coverage detected