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

Method CloseNotify

wrap_generated.go:2957–2959  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2955 return (*rwState)(w).doWrite(b)
2956}
2957func (w *rw67) CloseNotify() <-chan bool {
2958 return (*rwState)(w).doCloseNotify()
2959}
2960func (w *rw67) Push(target string, opts *http.PushOptions) error {
2961 return (*rwState)(w).doPush(target, opts)
2962}

Callers

nothing calls this directly

Calls 1

doCloseNotifyMethod · 0.80

Tested by

no test coverage detected