Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
13
BytesAsset::~BytesAsset() = default;
14
15
Result<BytesView> BytesAsset::getBytesContent() {
16
return _bytes;
17
}
18
19
VALDI_CLASS_IMPL(BytesAsset)
20
Callers
3
TEST
Function · 0.45
notifyAssetConsumer
Method · 0.45
onLoadComplete
Method · 0.45
Calls
no outgoing calls
Tested by
1
TEST
Function · 0.36