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

Method CloseNotify

wrap_generated.go:3147–3149  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3145 return (*rwState)(w).doWrite(b)
3146}
3147func (w *rw75) CloseNotify() <-chan bool {
3148 return (*rwState)(w).doCloseNotify()
3149}
3150func (w *rw75) SetReadDeadline(deadline time.Time) error {
3151 return (*rwState)(w).doSetReadDeadline(deadline)
3152}

Callers

nothing calls this directly

Calls 1

doCloseNotifyMethod · 0.80

Tested by

no test coverage detected