MCPcopy Create free account
hub / github.com/Kistler-Group/sdbus-cpp / finalizeSdBusVTable

Method finalizeSdBusVTable

src/Object.cpp:298–301  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

createSdBusVTableEndItemFunction · 0.85
push_backMethod · 0.80

Tested by

no test coverage detected