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