Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NatronGitHub/Natron
/ isAutoSaveEnabledForUnsavedProjects
Method
isAutoSaveEnabledForUnsavedProjects
Engine/Settings.cpp:2903–2907 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2901
}
2902
2903
bool
2904
Settings::isAutoSaveEnabledForUnsavedProjects() const
2905
{
2906
return _autoSaveUnSavedProjects->getValue();
2907
}
2908
2909
int
2910
Settings::saveVersions() const
Callers
2
triggerAutoSave
Method · 0.80
findAndTryLoadUntitledAutoSave
Method · 0.80
Calls
1
getValue
Method · 0.45
Tested by
no test coverage detected