| 441 | std::string str() const override; |
| 442 | const Type* element_type() const { return element_type_; } |
| 443 | uint32_t LengthId() const { return length_info_.id; } |
| 444 | const LengthInfo& length_info() const { return length_info_; } |
| 445 | |
| 446 | Array* AsArray() override { return this; } |
no outgoing calls
no test coverage detected