Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
TEST
Function · 0.80
TEST_F
Function · 0.80
TEST_F
Function · 0.80
TEST
Function · 0.80
TEST_F
Function · 0.80
TEST
Function · 0.80
TEST_F
Function · 0.80
FrameworkEvent.cpp
File · 0.80
operator==
Function · 0.80
Calls
no outgoing calls
Tested by
7
TEST
Function · 0.64
TEST_F
Function · 0.64
TEST_F
Function · 0.64
TEST
Function · 0.64
TEST_F
Function · 0.64
TEST
Function · 0.64
TEST_F
Function · 0.64