Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/thrift
/ getFieldValue
Method
getFieldValue
lib/java/src/main/java/org/apache/thrift/TUnion.java:112–114 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
110
}
111
112
public
Object getFieldValue() {
113
return
value_;
114
}
115
116
public
Object getFieldValue(F fieldId) {
117
if
(fieldId != setField_) {
Callers
1
toString
Method · 0.95
Calls
1
enumForId
Method · 0.95
Tested by
no test coverage detected