Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CppMicroServices/CppMicroServices
/ RemoveArchive
Method
RemoveArchive
framework/src/bundle/BundleStorageFile.cpp:44–48 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
42
}
43
44
bool
45
BundleStorageFile::RemoveArchive(BundleArchive const* /*ba*/)
46
{
47
throw std::logic_error(
"not implemented"
);
48
}
49
50
std::vector<std::shared_ptr<BundleArchive>>
51
BundleStorageFile::GetAllBundleArchives() const
Callers
1
Purge
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected