MCPcopy 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
2903bool
2904Settings::isAutoSaveEnabledForUnsavedProjects() const
2905{
2906 return _autoSaveUnSavedProjects->getValue();
2907}
2908
2909int
2910Settings::saveVersions() const

Callers 2

triggerAutoSaveMethod · 0.80

Calls 1

getValueMethod · 0.45

Tested by

no test coverage detected