MCPcopy Create free account
hub / github.com/google/snappy / CurrentDestination

Method CurrentDestination

snappy-sinksource.h:175–175  ·  view source on GitHub ↗

Return the current output pointer so that a caller can see how many bytes were produced. Note: this is not a Sink method.

Source from the content-addressed store, hash-verified

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};

Callers 2

RawCompressMethod · 0.80
RawCompressFromIOVecMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected