Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytedance/bolt
/ lastRangeEnd
Method
lastRangeEnd
bolt/common/memory/ByteStream.h:308–311 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
306
size_t size() const;
307
308
int32_t lastRangeEnd() const {
309
updateEnd();
310
return lastRangeEnd_;
311
}
312
313
template <typename T>
314
void append(folly::Range<const T*> values) {
Callers
1
getIOBuf
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected