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

Method getSize

lib/cpp/test/ZlibTest.cpp:68–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66public:
67 ConstantSizeGenerator(unsigned int value) : value_(value) {}
68 unsigned int getSize() override { return value_; }
69
70private:
71 unsigned int value_;

Callers 1

test_read_write_mixFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected