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

Method CloseNotify

wrap_generated.go:2937–2939  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2935 return (*rwState)(w).doWrite(b)
2936}
2937func (w *rw66) CloseNotify() <-chan bool {
2938 return (*rwState)(w).doCloseNotify()
2939}
2940func (w *rw66) Push(target string, opts *http.PushOptions) error {
2941 return (*rwState)(w).doPush(target, opts)
2942}

Callers

nothing calls this directly

Calls 1

doCloseNotifyMethod · 0.80

Tested by

no test coverage detected