Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/google/snappy
/ CheckLength
Method
CheckLength
snappy.cc:2314–2314 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2312
}
2313
2314
inline bool CheckLength() const { return op_ == op_limit_; }
2315
2316
char* GetOutputPtr() { return op_; }
2317
char* GetBase(ptrdiff_t* op_limit_min_slop) {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected