Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MITK/MITK
/ GetType
Method
GetType
Modules/CppMicroServices/src/usServiceEvent.cpp:86–90 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
84
}
85
86
ServiceEvent::Type ServiceEvent::GetType() const
87
{
88
if (!d) throw std::logic_error(
"ServiceEvent is null"
);
89
return d->type;
90
}
91
92
std::ostream& operator<<(std::ostream& os, const ServiceEvent::Type& type)
93
{
Callers
1
usServiceEvent.cpp
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected