Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aldelaro5/dolphin-memory-engine
/ getAutoloadLastFile
Method
getAutoloadLastFile
Source/GUI/Settings/SConfig.cpp:196–199 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
194
}
195
196
bool SConfig::getAutoloadLastFile() const
197
{
198
return value(
"autoloadLastFile"
, false).toBool();
199
}
200
201
void SConfig::setAutoloadLastFile(const bool enabled)
202
{
Callers
1
MainWindow
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected