| 182 | static std::string attribute_str(const Attribute& attr); |
| 183 | |
| 184 | Handle::HandleType handle_type() const { return m_handle_type; } |
| 185 | |
| 186 | Info::Desc desc() const { return {handle_type(), type(), param(), name()}; } |
| 187 | Info info() const { return {desc(), attribute()}; } |
no outgoing calls
no test coverage detected