Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/thrift
/ getStruct
Method
getStruct
tutorial/cpp/CppServer.cpp:97–100 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
95
}
96
97
void getStruct(SharedStruct& ret, const int32_t logid) override {
98
cout <<
"getStruct("
<< logid <<
")"
<<
'\n'
;
99
ret = log[logid];
100
}
101
102
void zip() override { cout <<
"zip()"
<<
'\n'
; }
103
Callers
1
main
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected