Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NatronGitHub/Natron
/ isAutoTurboEnabled
Method
isAutoTurboEnabled
Engine/Settings.cpp:3313–3317 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3311
}
3312
3313
bool
3314
Settings::isAutoTurboEnabled() const
3315
{
3316
return _autoTurbo->getValue();
3317
}
3318
3319
void
3320
Settings::setAutoTurboModeEnabled(bool e)
Callers
7
startTask
Method · 0.80
abortRendering
Method · 0.80
onEngineStarted
Method · 0.80
onEngineStopped
Method · 0.80
cancelTask
Method · 0.80
toggleAutoTurbo
Method · 0.80
showMenu
Method · 0.80
Calls
1
getValue
Method · 0.45
Tested by
no test coverage detected