Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CppMicroServices/CppMicroServices
/ GetType
Method
GetType
framework/src/service/ServiceEvent.cpp:62–66 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
60
}
61
62
ServiceEvent::Type
63
ServiceEvent::GetType() const
64
{
65
return d->type;
66
}
67
68
std::ostream&
69
operator<<(std::ostream& os, ServiceEvent::Type const& type)
Callers
1
ServiceEvent.cpp
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected