Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/thrift
/ getStruct
Method
getStruct
tutorial/java/src/CalculatorHandler.java:82–85 ·
view source on GitHub ↗
(int key)
Source
from the content-addressed store, hash-verified
80
}
81
82
public
SharedStruct getStruct(
int
key) {
83
System.out.println(
"getStruct("
+ key +
")"
);
84
return
log.get(key);
85
}
86
87
public
void
zip() {
88
System.out.println(
"zip()"
);
Callers
1
perform
Method · 0.45
Calls
1
get
Method · 0.45
Tested by
no test coverage detected