Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/google/snappy
/ Produced
Method
Produced
snappy.cc:2367–2370 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2365
return true;
2366
}
2367
inline size_t Produced() const {
2368
assert(op_ >= base_);
2369
return op_ - base_;
2370
}
2371
inline void Flush() {}
2372
};
2373
Callers
2
UncompressAsMuchAsPossible
Method · 0.45
Uncompress
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected