Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/thrift
/ getOneOfEach
Method
getOneOfEach
lib/java/src/test/java/org/apache/thrift/Fixtures.java:36–38 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
34
public
class
Fixtures {
35
36
public
static
OneOfEach getOneOfEach() {
37
return
oneOfEach.deepCopy();
38
}
39
40
public
static
Nesting getNesting() {
41
return
nesting.deepCopy();
Callers
8
testPartialDeserialize
Method · 0.95
testIdentity
Method · 0.95
testJavaSerializable
Method · 0.95
testOneOfEach
Method · 0.95
testReadingThrows
Method · 0.95
testSerialization
Method · 0.95
main
Method · 0.95
testPersistentStructs
Method · 0.95
Calls
1
deepCopy
Method · 0.80
Tested by
no test coverage detected