Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CobaltFusion/DebugViewPP
/ SetExpectedLength
Method
SetExpectedLength
Libraries/snappy/snappy.cc:1152–1154 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1150
}
1151
1152
inline void SetExpectedLength(size_t len) {
1153
op_limit_ = op_ + len;
1154
}
1155
1156
inline bool CheckLength() const {
1157
return op_ == op_limit_;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected