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

Method Purge

framework/src/bundle/BundlePrivate.cpp:858–865  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

856 }
857
858 void
859 BundlePrivate::Purge()
860 {
861 if (barchive->IsValid())
862 {
863 barchive->Purge();
864 }
865 }
866
867 std::shared_ptr<BundleArchive>
868 BundlePrivate::GetBundleArchive() const

Callers

nothing calls this directly

Calls 1

IsValidMethod · 0.45

Tested by

no test coverage detected