| 162 | } |
| 163 | |
| 164 | void Object::NotifyField([[maybe_unused]] int id, [[maybe_unused]] const Value& cookie) |
| 165 | { |
| 166 | BOOST_THROW_EXCEPTION(std::runtime_error("Invalid field ID.")); |
| 167 | } |
| 168 | |
| 169 | Object::Ptr Object::NavigateField([[maybe_unused]] int id) const |
| 170 | { |
no outgoing calls
no test coverage detected