Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CppMicroServices/CppMicroServices
/ GetBundleArchive
Method
GetBundleArchive
framework/src/bundle/BundlePrivate.cpp:867–871 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
865
}
866
867
std::shared_ptr<BundleArchive>
868
BundlePrivate::GetBundleArchive() const
869
{
870
return barchive;
871
}
872
873
void
874
BundlePrivate::SetAutostartSetting(int32_t setting)
Callers
1
GetAlreadyInstalledBundlesAtLocation
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected