Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/thrift
/ getValue
Method
getValue
lib/cpp/test/processor/Handlers.h:160–165 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
158
}
159
160
int32_t getValue() override {
161
concurrency::Guard g(mutex_);
162
log_->append(EventLog::ET_CALL_GET_VALUE, 0, 0);
163
164
return value_;
165
}
166
167
protected:
168
int32_t value_;
Callers
nothing calls this directly
Calls
1
append
Method · 0.45
Tested by
no test coverage detected