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

Class AssetLocation

valdi_core/src/valdi_core/cpp/Resources/AssetLocation.hpp:18–30  ·  view source on GitHub ↗

Represents the resolved physical location of an asset */

Source from the content-addressed store, hash-verified

16 Represents the resolved physical location of an asset
17 */
18class AssetLocation : public URL {
19public:
20 AssetLocation(const StringBox& url, bool isLocal);
21 ~AssetLocation();
22
23 bool isLocal() const;
24
25 bool operator==(const AssetLocation& other) const;
26 bool operator!=(const AssetLocation& other) const;
27
28private:
29 bool _isLocal;
30};
31
32} // namespace Valdi

Callers 4

resolveAssetLocationMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected