Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CE-Programming/CEmu
/ stateToPath
Method
stateToPath
gui/qt/mainwindow.cpp:1287–1289 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1285
}
1286
1287
void MainWindow::stateToPath(const QString &path) {
1288
emu.save(EMU_DATA_IMAGE, appDir().absoluteFilePath(path));
1289
}
1290
1291
void MainWindow::stateFromPath(const QString &path) {
1292
QString prev = m_pathImage;
Callers
nothing calls this directly
Calls
2
appDir
Function · 0.85
save
Method · 0.80
Tested by
no test coverage detected