MCPcopy Create free account
hub / github.com/NatronGitHub/Natron / getMaximumViewerDiskCacheSize

Method getMaximumViewerDiskCacheSize

Engine/Settings.cpp:2532–2536  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2530}
2531
2532U64
2533Settings::getMaximumViewerDiskCacheSize() const
2534{
2535 return (U64)( _maxViewerDiskCacheGB->getValue() ) * 1024 * 1024 * 1024;
2536}
2537
2538U64
2539Settings::getMaximumDiskCacheNodeSize() const

Callers 1

Calls 1

getValueMethod · 0.45

Tested by

no test coverage detected