Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snapchat/Valdi
/ getOutputType
Method
getOutputType
valdi/src/valdi/runtime/Resources/AssetConsumer.cpp:90–92 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
88
}
89
90
snap::valdi_core::AssetOutputType AssetConsumer::getOutputType() const {
91
return _outputType;
92
}
93
94
const Value& AssetConsumer::getAttachedData() const {
95
return _attachedData;
Callers
4
lockFreeRegisterAssetLoader
Method · 0.45
tryCreateAssetLoaderFromFactory
Method · 0.45
notifyAssetConsumer
Method · 0.45
loadAssetForConsumerAtResolvedLocation
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected