MCPcopy Create free account
hub / github.com/CobaltFusion/DebugViewPP / Available

Method Available

Libraries/snappy/snappy-sinksource.cc:46–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44ByteArraySource::~ByteArraySource() { }
45
46size_t ByteArraySource::Available() const { return left_; }
47
48const char* ByteArraySource::Peek(size_t* len) {
49 *len = left_;

Callers 1

CompressFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected