| 333 | return Inner.Data.TypeFlag == TypeEnum::Empty; |
| 334 | } |
| 335 | bool isValType() const noexcept { |
| 336 | return Inner.Data.TypeFlag == TypeEnum::ValType; |
| 337 | } |
| 338 | ValType getValType() const noexcept { return Inner.Type; } |
| 339 | uint32_t getTypeIndex() const noexcept { return Inner.Data.Idx; } |
| 340 |
no outgoing calls
no test coverage detected