| 101 | |
| 102 | protected: |
| 103 | uint maxCacheSize() const { return 60; } |
| 104 | VCacheData addCacheElement(VCacheKey hash_val, const VGradient &gradient) |
| 105 | { |
| 106 | if (mCache.size() == maxCacheSize()) { |
nothing calls this directly
no outgoing calls
no test coverage detected