MCPcopy Create free account
hub / github.com/CppMicroServices/CppMicroServices / GetBundle

Method GetBundle

framework/src/util/FrameworkEvent.cpp:68–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66 }
67
68 Bundle
69 FrameworkEvent::GetBundle() const
70 {
71 if (!d)
72 return Bundle {};
73 return d->bundle;
74 }
75
76 FrameworkEvent::Type
77 FrameworkEvent::GetType() const

Callers 3

StartMethod · 0.45
FrameworkEvent.cppFile · 0.45
operator==Function · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected