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

Method get

tests/integrationtests/DBusAwaitableMethodsTests.cpp:105–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103 // "User API" for the test code, allows starting the task and retrieving the result or exception
104 void resume() { if (handle && !handle.done()) handle.resume(); }
105 T get() { return handle.promise().future.get(); }
106};
107
108// Specialization for void

Callers 7

TESTFunction · 0.45
TESTFunction · 0.45
getMethod · 0.45
TYPED_TESTFunction · 0.45
TYPED_TESTFunction · 0.45
TYPED_TESTFunction · 0.45
TYPED_TESTFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected