MCPcopy Create free account
hub / github.com/apache/thrift / isSet

Method isSet

lib/java/src/main/java/org/apache/thrift/TUnion.java:132–134  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

130 }
131
132 public boolean isSet() {
133 return setField_ != null;
134 }
135
136 public boolean isSet(F fieldId) {
137 return setField_ == fieldId;

Callers

nothing calls this directly

Calls 1

enumForIdMethod · 0.95

Tested by

no test coverage detected