MCPcopy Create free account
hub / github.com/Snapchat/Valdi / BundleResourceContent

Class BundleResourceContent

valdi/src/valdi/runtime/Resources/Bundle.hpp:78–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76};
77
78struct BundleResourceContent {
79 BytesView raw;
80 Ref<RefCountable> processed;
81
82 BundleResourceContent();
83 BundleResourceContent(const BytesView& raw);
84 BundleResourceContent(const Ref<RefCountable>& processed);
85 ~BundleResourceContent();
86};
87
88class Bundle : public SimpleRefCountable {
89public:

Callers 5

updateResourcesMethod · 0.85
Bundle.cppFile · 0.85
getResourceContentMethod · 0.85
getModuleLoadStrategyMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected