MCPcopy 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
115private:

Callers

nothing calls this directly

Calls 1

nextSizeMethod · 0.45

Tested by

no test coverage detected