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

Method BundleArchive

framework/src/bundle/BundleArchive.cpp:56–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54 const std::string BundleArchive::AUTOSTART_SETTING_ACTIVATION_POLICY = "activation_policy";
55
56 BundleArchive::BundleArchive()
57 : storage(nullptr)
58 , bundleId(0)
59 , lastModified(now())
60 , autostartSetting(-1)
61 , manifest(any_map::UNORDERED_MAP_CASEINSENSITIVE_KEYS)
62 {
63 }
64
65 BundleArchive::BundleArchive(BundleStorage* storage,
66 std::shared_ptr<BundleResourceContainer> resourceContainer,

Callers

nothing calls this directly

Calls 1

nowFunction · 0.85

Tested by

no test coverage detected