MCPcopy Create free account
hub / github.com/0xShug0/audio.cpp / require_assets

Function require_assets

src/models/vevo2/ar.cpp:63–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61 }
62 }
63};
64
65std::shared_ptr<const Vevo2Assets> require_assets(std::shared_ptr<const Vevo2Assets> assets) {
66 if (assets == nullptr) {
67 throw std::runtime_error("Vevo2 AR runtime requires assets");
68 }
69 return assets;
70}
71

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected