Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
44
ByteArraySource::~ByteArraySource() { }
45
46
size_t ByteArraySource::Available() const { return left_; }
47
48
const char* ByteArraySource::Peek(size_t* len) {
49
*len = left_;
Callers
1
Compress
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected