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

Method getMaximumDiskCacheNodeSize

Engine/Settings.cpp:2538–2542  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2536}
2537
2538U64
2539Settings::getMaximumDiskCacheNodeSize() const
2540{
2541 return (U64)( _maxDiskCacheNodeGB->getValue() ) * 1024 * 1024 * 1024;
2542}
2543
2544///////////////////////////////////////////////////
2545

Callers 1

Calls 1

getValueMethod · 0.45

Tested by

no test coverage detected