MCPcopy 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
74private:
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