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

Method getBytesContent

valdi/src/valdi/runtime/Resources/BytesAsset.cpp:15–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13BytesAsset::~BytesAsset() = default;
14
15Result<BytesView> BytesAsset::getBytesContent() {
16 return _bytes;
17}
18
19VALDI_CLASS_IMPL(BytesAsset)
20

Callers 3

TESTFunction · 0.45
notifyAssetConsumerMethod · 0.45
onLoadCompleteMethod · 0.45

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.36