Return the current output pointer so that a caller can see how many bytes were produced. Note: this is not a Sink method.
| 173 | // many bytes were produced. |
| 174 | // Note: this is not a Sink method. |
| 175 | char* CurrentDestination() const { return dest_; } |
| 176 | private: |
| 177 | char* dest_; |
| 178 | }; |
no outgoing calls
no test coverage detected