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

Method BundleContext

framework/src/bundle/BundleContext.cpp:59–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57 } // namespace
58
59 BundleContext::BundleContext(std::shared_ptr<BundleContextPrivate> ctx) : d(std::move(ctx)) {}
60
61 BundleContext::BundleContext() = default;
62

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected