Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CppMicroServices/CppMicroServices
/ GetType
Method
GetType
framework/src/util/FrameworkEvent.cpp:76–82 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
74
}
75
76
FrameworkEvent::Type
77
FrameworkEvent::GetType() const
78
{
79
if (!d)
80
return Type::FRAMEWORK_ERROR;
81
return d->type;
82
}
83
84
std::string
85
FrameworkEvent::GetMessage() const
Callers
2
FrameworkEvent.cpp
File · 0.45
operator==
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected