| 204 | } |
| 205 | |
| 206 | void Type::RegisterAttributeHandler([[maybe_unused]] int fieldId, const AttributeHandler&) |
| 207 | { |
| 208 | throw std::runtime_error("Invalid field ID."); |
| 209 | } |
| 210 | |
| 211 | String TypeType::GetName() const |
| 212 | { |
no outgoing calls
no test coverage detected