Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Samsung/rlottie
/ ModelCache
Method
ModelCache
src/lottie/lottieloader.cpp:75–75 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
73
74
private:
75
ModelCache() = default;
76
77
std::unordered_map<std::string, std::shared_ptr<model::Composition>> mHash;
78
std::mutex mMutex;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected