MCPcopy Create free account
hub / github.com/apache/thrift / nextSize

Method nextSize

lib/cpp/test/TransportTest.cpp:84–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82 : generator_(rng, boost::uniform_int<int>(min, max)) {}
83
84 uint32_t nextSize() override { return generator_(); }
85
86 std::string describe() const override {
87 std::ostringstream desc;

Callers 2

nextSizeMethod · 0.45
test_rwFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected