MCPcopy Create free account
hub / github.com/CppMicroServices/CppMicroServices / GetThrowable

Method GetThrowable

framework/src/util/FrameworkEvent.cpp:92–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90 }
91
92 std::exception_ptr
93 FrameworkEvent::GetThrowable() const
94 {
95 if (!d)
96 return nullptr;
97 return d->exception;
98 }
99
100 FrameworkEvent::operator bool() const { return d.operator bool(); }
101

Callers 9

TESTFunction · 0.80
TEST_FFunction · 0.80
TEST_FFunction · 0.80
TESTFunction · 0.80
TEST_FFunction · 0.80
TESTFunction · 0.80
TEST_FFunction · 0.80
FrameworkEvent.cppFile · 0.80
operator==Function · 0.80

Calls

no outgoing calls

Tested by 7

TESTFunction · 0.64
TEST_FFunction · 0.64
TEST_FFunction · 0.64
TESTFunction · 0.64
TEST_FFunction · 0.64
TESTFunction · 0.64
TEST_FFunction · 0.64