| 296 | } |
| 297 | |
| 298 | void Object::finalizeSdBusVTable(std::vector<sd_bus_vtable>& vtable) |
| 299 | { |
| 300 | vtable.push_back(createSdBusVTableEndItem()); |
| 301 | } |
| 302 | |
| 303 | const Object::VTable::MethodItem* Object::findMethod(const VTable& vtable, std::string_view methodName) |
| 304 | { |
nothing calls this directly
no test coverage detected