Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CppMicroServices/CppMicroServices
/ GetMessage
Method
GetMessage
framework/src/util/FrameworkEvent.cpp:84–90 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
82
}
83
84
std::string
85
FrameworkEvent::GetMessage() const
86
{
87
if (!d)
88
return std::string();
89
return d->message;
90
}
91
92
std::exception_ptr
93
FrameworkEvent::GetThrowable() const
Callers
4
TEST_F
Function · 0.80
TEST_F
Function · 0.80
FrameworkEvent.cpp
File · 0.80
operator==
Function · 0.80
Calls
no outgoing calls
Tested by
2
TEST_F
Function · 0.64
TEST_F
Function · 0.64