zcWriter implements Writer.
| 155 | |
| 156 | // zcWriter implements Writer. |
| 157 | type zcWriter struct { |
| 158 | w io.Writer |
| 159 | buf *LinkBuffer |
| 160 | } |
| 161 | |
| 162 | // Malloc implements Writer. |
| 163 | func (w *zcWriter) Malloc(n int) (buf []byte, err error) { |
nothing calls this directly
no outgoing calls
no test coverage detected