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

Function createLightWeightProxy

src/Proxy.cpp:439–444  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

437}
438
439std::unique_ptr<IProxy> createLightWeightProxy( std::unique_ptr<IConnection>&& connection
440 , ServiceName destination
441 , ObjectPath objectPath )
442{
443 return createProxy(std::move(connection), std::move(destination), std::move(objectPath), dont_run_event_loop_thread);
444}
445
446std::unique_ptr<IProxy> createProxy( ServiceName destination
447 , ObjectPath objectPath )

Callers 1

TYPED_TESTFunction · 0.85

Calls 1

createProxyFunction · 0.85

Tested by 1

TYPED_TESTFunction · 0.68