Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Neop/mudmap2
/ quit
Method
quit
src/main/java/mudmap2/frontend/Mainwindow.java:310–314 ·
view source on GitHub ↗
Saves all config
()
Source
from the content-addressed store, hash-verified
308
* Saves all config
309
*/
310
public
void
quit() {
311
closeTabs();
312
WorldFileList.write();
313
System.exit(0);
314
}
315
316
/**
317
* Updates menu items when the tab changes
Callers
2
windowClosing
Method · 0.95
actionPerformed
Method · 0.95
Calls
2
closeTabs
Method · 0.95
write
Method · 0.95
Tested by
no test coverage detected