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

Method GetBase

snappy.cc:2317–2320  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2315
2316 char* GetOutputPtr() { return op_; }
2317 char* GetBase(ptrdiff_t* op_limit_min_slop) {
2318 *op_limit_min_slop = op_limit_min_slop_ - base_;
2319 return base_;
2320 }
2321 void SetOutputPtr(char* op) { op_ = op; }
2322
2323 inline bool Append(const char* ip, size_t len, char** op_p) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected