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

Method CloseNotify

wrap_generated.go:2917–2919  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2915 return (*rwState)(w).doWrite(b)
2916}
2917func (w *rw65) CloseNotify() <-chan bool {
2918 return (*rwState)(w).doCloseNotify()
2919}
2920func (w *rw65) WriteString(s string) (int, error) {
2921 return (*rwState)(w).doWriteString(s)
2922}

Callers

nothing calls this directly

Calls 1

doCloseNotifyMethod · 0.80

Tested by

no test coverage detected