Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ZetaMap/MoreCommands
/ saveSettings
Method
saveSettings
src/main/java/util/ALog.java:44–47 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
42
}
43
44
public
static
void
saveSettings() {
45
Core.settings.put(
"ALogFiles"
, files);
46
Core.settings.put(
"ALogEnabled"
, isEnabled);
47
}
48
49
private
static
void
newFile() {
50
files++;
Callers
2
registerServerCommands
Method · 0.95
newFile
Method · 0.95
Calls
1
put
Method · 0.45
Tested by
no test coverage detected