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

Method CloseNotify

wrap_generated.go:3095–3097  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3093 return (*rwState)(w).doWrite(b)
3094}
3095func (w *rw73) CloseNotify() <-chan bool {
3096 return (*rwState)(w).doCloseNotify()
3097}
3098func (w *rw73) SetReadDeadline(deadline time.Time) error {
3099 return (*rwState)(w).doSetReadDeadline(deadline)
3100}

Callers

nothing calls this directly

Calls 1

doCloseNotifyMethod · 0.80

Tested by

no test coverage detected