Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
66
public:
67
ConstantSizeGenerator(unsigned int value) : value_(value) {}
68
unsigned int getSize() override { return value_; }
69
70
private:
71
unsigned int value_;
Callers
1
test_read_write_mix
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected