MCPcopy Create free account
hub / github.com/Samsung/rlottie / maxCacheSize

Method maxCacheSize

src/vector/vdrawhelper.cpp:103–103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101
102protected:
103 uint maxCacheSize() const { return 60; }
104 VCacheData addCacheElement(VCacheKey hash_val, const VGradient &gradient)
105 {
106 if (mCache.size() == maxCacheSize()) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected