| 662 | bool isTupleOfStructSlot() const { return master_tuple_ != nullptr; } |
| 663 | |
| 664 | TupleDescriptor* getMasterTuple() const { return master_tuple_; } |
| 665 | void setMasterTuple(TupleDescriptor* desc) { master_tuple_ = desc; } |
| 666 | |
| 667 | /// Return true if the physical layout of this descriptor matches that of other_desc, |
no outgoing calls
no test coverage detected