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

Function MakeBundle

framework/src/bundle/BundlePrivate.cpp:60–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58{
59
60 Bundle
61 MakeBundle(std::shared_ptr<BundlePrivate> const& d)
62 {
63 return Bundle(d);
64 }
65
66 void
67 BundlePrivate::Stop(uint32_t options)

Callers 15

UnregisterMethod · 0.85
GetServiceFromFactoryMethod · 0.85
UngetPrototypeServiceMethod · 0.85
UngetServiceMethod · 0.85
BundleChangedMethod · 0.85
GetBundleMethod · 0.85
GetUsingBundlesMethod · 0.85
GetBundleMethod · 0.85
GetBundlesMethod · 0.85
Stop0Method · 0.85
Stop1Method · 0.85

Calls 1

BundleClass · 0.70

Tested by

no test coverage detected