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

Function GetPrivate

framework/src/bundle/BundlePrivate.cpp:888–892  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

886 }
887
888 std::shared_ptr<BundlePrivate>
889 GetPrivate(Bundle const& b)
890 {
891 return b.d;
892 }
893} // namespace cppmicroservices

Callers 8

GetPrototypeServiceMethod · 0.85
RemoveAllListenersMethod · 0.85
FilterBundlesMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected