| 142 | }; |
| 143 | |
| 144 | class GetId final : public OperatorImpl<GetId, Operator::GetAttrLike> { |
| 145 | public: |
| 146 | std::string to_string() const override; |
| 147 | std::string raw_type() const { return "GetId"; } |
| 148 | |
| 149 | ValueRefList fallback(Span<ValueRef> inputs) const override { return {ValueRef()}; } |
| 150 | }; |
| 151 | |
| 152 | /** |
| 153 | * \brief return a value with new name |
no outgoing calls
no test coverage detected