()
| 186 | func (mw *Writer) Buffered() int { return len(mw.buf) - mw.wloc } |
| 187 | |
| 188 | func (mw *Writer) avail() int { return len(mw.buf) - mw.wloc } |
| 189 | |
| 190 | func (mw *Writer) bufsize() int { return len(mw.buf) } |
| 191 |
no outgoing calls
no test coverage detected