Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/thrift
/ nextSize
Method
nextSize
lib/cpp/test/TransportTest.cpp:112–112 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
110
: generator_(new RandomSizeGenerator(min, max)) {}
111
112
uint32_t nextSize() override { return generator_->nextSize(); }
113
std::string describe() const override { return generator_->describe(); }
114
115
private:
Callers
nothing calls this directly
Calls
1
nextSize
Method · 0.45
Tested by
no test coverage detected