MCPcopy 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

InitFilePathMethod · 0.80
GetResourcePrefixMethod · 0.80
GetStatMethod · 0.80
GetResourceContainerMethod · 0.80
sizeMethod · 0.45

Tested by

no test coverage detected