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

Method CloseNotify

wrap_generated.go:2900–2902  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2898 return (*rwState)(w).doWrite(b)
2899}
2900func (w *rw64) CloseNotify() <-chan bool {
2901 return (*rwState)(w).doCloseNotify()
2902}
2903
2904// combination 66/512: http.ResponseWriter, http.CloseNotifier, io.StringWriter
2905type rw65 rwState

Callers 2

WrapFunction · 0.45
doCloseNotifyMethod · 0.45

Calls 1

doCloseNotifyMethod · 0.80

Tested by

no test coverage detected