| 122 | std::move(Args)); |
| 123 | } |
| 124 | uint32_t getComponentIndex() const noexcept { |
| 125 | return std::get_if<std::pair<uint32_t, InstantiateArgs>>(&Expr)->first; |
| 126 | } |
| 127 | Span<const InstantiateArg<SortIndex>> getInstantiateArgs() const noexcept { |
| 128 | return std::get_if<std::pair<uint32_t, InstantiateArgs>>(&Expr)->second; |
| 129 | } |
no outgoing calls
no test coverage detected