MCPcopy 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

InitMethod · 0.80

Calls 2

nowFunction · 0.85
StoreMethod · 0.45

Tested by

no test coverage detected