| 82 | } |
| 83 | |
| 84 | static AttributeSet Merge(const AttributeSet& set1, |
| 85 | const AttributeSet& set2) { |
| 86 | return AttributeSet(set1, set2); |
| 87 | } |
| 88 | |
| 89 | private: |
| 90 | friend class google::api::expr::runtime::AttributeUtility; |
nothing calls this directly
no test coverage detected