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

Method GetOrigin

framework/src/bundle/BundleEvent.cpp:84–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82 }
83
84 Bundle
85 BundleEvent::GetOrigin() const
86 {
87 if (!d)
88 return Bundle {};
89 return d->origin;
90 }
91
92 bool
93 BundleEvent::operator==(BundleEvent const& evt) const

Callers 3

TEST_FFunction · 0.80
BundleChangedMethod · 0.80
operator==Method · 0.80

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.64