Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CppMicroServices/CppMicroServices
/ InitSystemBundle
Method
InitSystemBundle
framework/src/util/FrameworkPrivate.cpp:91–97 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
89
}
90
91
void
92
FrameworkPrivate::InitSystemBundle()
93
{
94
bundleContext.Store(std::make_shared<BundleContextPrivate>(this));
95
96
timeStamp = std::chrono::steady_clock::now();
97
}
98
99
void
100
FrameworkPrivate::UninitSystemBundle()
Callers
1
Init
Method · 0.80
Calls
2
now
Function · 0.85
Store
Method · 0.45
Tested by
no test coverage detected