Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CppMicroServices/CppMicroServices
/ BundleResource
Method
BundleResource
framework/src/bundle/BundleResource.cpp:99–99 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
97
}
98
99
BundleResource::BundleResource() : d(std::make_shared<BundleResourcePrivate>(nullptr)) {}
100
101
BundleResource::BundleResource(BundleResource const& resource) : d(resource.d) {}
102
Callers
nothing calls this directly
Calls
5
InitFilePath
Method · 0.80
GetResourcePrefix
Method · 0.80
GetStat
Method · 0.80
GetResourceContainer
Method · 0.80
size
Method · 0.45
Tested by
no test coverage detected