Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
Unregister
Method · 0.85
GetServiceFromFactory
Method · 0.85
GetServiceInterfaceMap
Method · 0.85
UngetPrototypeService
Method · 0.85
UngetService
Method · 0.85
BundleChanged
Method · 0.85
GetBundle
Method · 0.85
GetUsingBundles
Method · 0.85
GetBundle
Method · 0.85
GetBundles
Method · 0.85
Stop0
Method · 0.85
Stop1
Method · 0.85
Calls
1
Bundle
Class · 0.70
Tested by
no test coverage detected