| 167 | } |
| 168 | |
| 169 | Object::Ptr Object::NavigateField([[maybe_unused]] int id) const |
| 170 | { |
| 171 | BOOST_THROW_EXCEPTION(std::runtime_error("Invalid field ID.")); |
| 172 | } |
| 173 | |
| 174 | Object::Ptr Object::Clone() const |
| 175 | { |
no outgoing calls
no test coverage detected